This helps to insure the tests are included with the package and to avoid conflicting with other packages.
7 lines
288 B
Plaintext
7 lines
288 B
Plaintext
|
|
If you wish to run the tests without those tests which speak to
|
|
the internet (there are a few that validate that the intercept
|
|
does not intercept), set the WSGI_INTERCEPT_SKIP_NETWORK environment
|
|
variable to "True". Any other value or no value will mean that
|
|
the network tests will run.
|