diff options
Diffstat (limited to 'examples/test_setupall.py')
-rw-r--r-- | examples/test_setupall.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/test_setupall.py b/examples/test_setupall.py index c8948971..6e91f0de 100644 --- a/examples/test_setupall.py +++ b/examples/test_setupall.py @@ -1,10 +1,11 @@ import requests from libpathod import test + class Test: """ - Testing the requests module with - a single pathod instance started + Testing the requests module with + a single pathod instance started for the test suite. """ @classmethod |