Skip to content

v0.1.0

Choose a tag to compare

@Taure Taure released this 11 Feb 18:00
· 18 commits to main since this release

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