mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 12:20:24 +00:00
Add a PropEr test for cowboy_dispatcher:split_host/1
Mostly thanks to Magnus Klaar as it took me a while to figure out how PropEr tests had to be written.
This commit is contained in:
parent
503a0c7662
commit
e5d4c1f22f
4 changed files with 109 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -19,7 +19,7 @@ clean:
|
|||
tests: clean app eunit ct
|
||||
|
||||
eunit:
|
||||
@$(REBAR) eunit
|
||||
@$(REBAR) eunit skip_deps=true
|
||||
|
||||
ct:
|
||||
@$(REBAR) ct
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue