aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/__init__.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/__init__.py b/tests/__init__.py
index e8b0db2..8b13789 100644
--- a/tests/__init__.py
+++ b/tests/__init__.py
@@ -1,7 +1 @@
-import unittest
-
-def all_tests():
- test_loader = unittest.TestLoader()
- test_suite = test_loader.discover('tests', pattern='test_*.py')
- return test_suite