aboutsummaryrefslogtreecommitdiffstats
path: root/test/misc_SUITE.erl
AgeCommit message (Collapse)Author
2017-11-29Add nowarn_export_all to all test suitesLoïc Hoguin
2017-11-01Don't crash when cowboy_clock is not runningLoïc Hoguin
This can happen normally when Cowboy is restarted, for example. Instead of failing requests when that happens, we degrade gracefully and do a little more work to provide the current date header.
2017-10-03Make sure a path parsing error in the router gives a 400Loïc Hoguin
2017-10-02Fix cowboy:set_env when the env value is missingLoïc Hoguin
2017-05-07Add a test for cowboy:set_envLoïc Hoguin