summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-04-13 17:34:59 +0200
committerGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-04-13 17:34:59 +0200
commit2db634796bd5426c11f7849ce480265091f128c8 (patch)
tree5a54f7535e9c0ff1ec65f05f347b6eafbb496922 /tests
parentCleanup (diff)
downloadpyload-2db634796bd5426c11f7849ce480265091f128c8.tar.xz
Cleanup (2)
Diffstat (limited to 'tests')
-rw-r--r--tests/test_api.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_api.py b/tests/test_api.py
index 6ef3e6ccd..9c12da51c 100644
--- a/tests/test_api.py
+++ b/tests/test_api.py
@@ -16,9 +16,9 @@ class TestApi(object):
assert self.api.api.login("crapp", "wrong pw") is False
# takes really long, only test when needed
- @nottest
+ @nottest
def test_random(self):
for _ in range(0, 100):
self.api.testAPI()