aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMike Crute <mike@crute.us>2020-12-19 21:05:17 +0000
committerMike Crute <mike@crute.us>2020-12-19 21:05:17 +0000
commit1af5836e5c1b727794916e2007aa96d757d0da80 (patch)
tree2f0b0be57a15254919e3d356d30b9a0331f0b4ce /tests
parent95b3f19c042b8dd582a46c1b58e2b0c5e81f4d5b (diff)
downloadpydora-1af5836e5c1b727794916e2007aa96d757d0da80.tar.bz2
pydora-1af5836e5c1b727794916e2007aa96d757d0da80.tar.xz
pydora-1af5836e5c1b727794916e2007aa96d757d0da80.zip
Remove old test runner
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 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__))