We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adbcf02 commit 3fa924cCopy full SHA for 3fa924c
tests/__init__.py
tests/client.py renamed to tests/test_client.py
@@ -186,5 +186,6 @@ def test_upload_creative(self):
186
187
188
if __name__ == '__main__':
189
- # run this using python -m unittest -v tests from the root dir
+ # To run these tests. Install nose (pip install nose)
190
+ # and run nosetests -sxv tests/ from the root dir
191
unittest.main()
tests/clientfromfile.py renamed to tests/test_clientfromfile.py
@@ -93,5 +93,6 @@ def test_loads_optional_options(self):
93
94
95
96
97
98
0 commit comments