diff options
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/test_setup.py | 1 | ||||
| -rw-r--r-- | examples/test_setupall.py | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/examples/test_setup.py b/examples/test_setup.py index f05a715e..39bd96b9 100644 --- a/examples/test_setup.py +++ b/examples/test_setup.py @@ -3,6 +3,7 @@ from libpathod import test class Test: + """ Testing the requests module with a pathod instance started for diff --git a/examples/test_setupall.py b/examples/test_setupall.py index 6e91f0de..631caa76 100644 --- a/examples/test_setupall.py +++ b/examples/test_setupall.py @@ -3,6 +3,7 @@ from libpathod import test class Test: + """ Testing the requests module with a single pathod instance started |
