blob: e6f1e1b6fb61cf3cee108a5192388cd269ca25ba (
plain) (
blame)
1
2
3
4
|
Pytest-httpbin creates a pytest fixture that is dependency-injected
into your tests. It automatically starts up a HTTP server in a
separate thread running httpbin and provides your test with the URL
in the fixture.
|