Skip to content

Releases: novaframework/nova_test

v0.2.0

12 Feb 08:03
be13533

Choose a tag to compare

What's Changed

  • feat: add ex_doc config and docs CI step by @Taure in #3

Full Changelog: v0.1.3...v0.2.0

v0.1.3

12 Feb 07:50
fa74dff

Choose a tag to compare

What's Changed

  • fix: add dialyzer PLT config by @Taure in #2

Full Changelog: v0.1.2...v0.1.3

v0.1.2

12 Feb 07:12
e7a1266

Choose a tag to compare

What's Changed

  • ci: add build and test workflow by @Taure in #1

New Contributors

  • @Taure made their first contribution in #1

Full Changelog: v0.1.1...v0.1.2

v0.1.1

11 Feb 18:16

Choose a tag to compare

Full Changelog: v0.1.0...v0.1.1

v0.1.0

11 Feb 18:00

Choose a tag to compare

Initial release

Testing helpers for the Nova web framework.

Modules

  • nova_test — Integration test helpers: app lifecycle (start/stop) + HTTP client (get/post/put/patch/delete) + response accessors (status/body/json/headers/header)
  • nova_test_req — Unit test request builder: builds cowboy_req-compatible maps for calling controllers directly
  • nova_test.hrl — Assertion macros: ?assertStatus, ?assertJson, ?assertBody, ?assertHeader, ?assertJsonResponse, ?assertStatusResponse, ?assertRedirect, ?assertOkResponse