cdent / wsgi-intercept

Intercept socket connection to wsgi applications for testing
MIT License
42 stars 21 forks source link

Skip the network tests if WSGI_INTERCEPT_SKIP_NETWORK #37

Closed cdent closed 8 years ago

cdent commented 8 years ago

This allows the tests to work in a reasonable way in network disconnected situations.

Fixes #36