Fake Server Versions Save

FakeServer integrates with ExUnit to make external APIs testing simpler

2.1.0

4 years ago

New Features

  • Add :except argument to Response.all_4xx and Response.all_5xx (#43)
  • Add setup_test_with_server/1 hook to test_with_server (#29)
  • Add request_received macro (#44)

2.0.0

5 years ago
  • Support Cowboy 2
  • Remove support to Cowboy 1
  • Improve error validation
  • Improve standalone test support
  • Improve API to support both tuples and error raise
  • Rename code to status on the %FakeServer.Response{} structure
  • Rename FakeServer.HTTP.Response to FakeServer.Response
  • Remove FakeController

1.5.0

5 years ago
  • Support Elixir 1.6 and 1.7
  • Support Erlang 21
  • Add hits count per path