aboutsummaryrefslogtreecommitdiff
path: root/tests/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/__init__.py')
-rw-r--r--tests/__init__.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/__init__.py b/tests/__init__.py
index 80793cf..e69de29 100644
--- a/tests/__init__.py
+++ b/tests/__init__.py
@@ -1,6 +0,0 @@
1import os
2from unittest import TestLoader
3
4
5def discover_suite():
6 return TestLoader().discover(os.path.dirname(__file__))