diff --git a/setup.py b/setup.py index 504f24e..364891e 100644 --- a/setup.py +++ b/setup.py @@ -73,7 +73,7 @@ 'Topic :: Internet', 'Topic :: Internet :: WWW/HTTP', ], - test_suite="test.py", + test_suite="test", tests_require=[ "mock" ]