Add missing README for tests directory

Reinforces what is said in the top level README about
GABBI_SKIP_NETWORK
This commit is contained in:
Chris Dent
2016-05-06 15:47:41 +01:00
parent 76d7c2b8b8
commit be32c1a0cd

5
gabbi/tests/README Normal file
View File

@@ -0,0 +1,5 @@
Some of the tests in this collection will attempt to connect to
google over the internet to validate some behaviors using real
socket connections. If this is not desirable (for example behind
firewalls or in packaging situations) set GABBI_SKIP_NETWORK to
true in the environment running the tests.