FakeCAS
Stubs a CAS server with deterministic HTTP responses.
Installation
The package can be installed as:
-
Add fake_cas to your list of dependencies in
mix.exs:
def deps do
[{:fake_cas, "~> 1.2.0"}]
end- Ensure fake_cas is started before your application:
def application do
[applications: [:fake_cas]]
endUsage
Please refer to the docs on the FakeCas module or on hexdocs
Issues and Pull requests
Here on GitHub, you know the drill.