We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4d18ab commit 996a98fCopy full SHA for 996a98f
README.md
@@ -27,13 +27,6 @@ Bypass supports Elixir 1.6 and OTP 20 and up. It works with Cowboy 1 and 2.
27
28
## Usage
29
30
-Start Bypass in your `test/test_helper.exs` file to make it available in tests:
31
-
32
-```elixir
33
-ExUnit.start()
34
-Application.ensure_all_started(:bypass)
35
-```
36
37
To use Bypass in a test case, open a connection and use its port to connect your client to it.
38
39
If you want to test what happens when the HTTP server goes down, use `Bypass.down/1` to close the
0 commit comments