summaryrefslogtreecommitdiff
path: root/test/testrunner.py
diff options
context:
space:
mode:
authoryobmod <yobmod@gmail.com>2021-02-28 18:44:29 +0000
committeryobmod <yobmod@gmail.com>2021-02-28 18:44:29 +0000
commit26ccee15ae1712baf68df99d3f5f2fec5517ecbd (patch)
tree20770e5e41a6efcdbb4ae7a61c252e68f1e498a8 /test/testrunner.py
parent300261de4831207126906a6f4848a680f757fbd4 (diff)
downloadgitpython-26ccee15ae1712baf68df99d3f5f2fec5517ecbd.tar.gz
add newlines
Diffstat (limited to 'test/testrunner.py')
-rw-r--r--test/testrunner.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/testrunner.py b/test/testrunner.py
deleted file mode 100644
index a3bcfa3c..00000000
--- a/test/testrunner.py
+++ /dev/null
@@ -1,7 +0,0 @@
-import unittest
-loader = unittest.TestLoader()
-start_dir = '.'
-suite = loader.discover(start_dir)
-
-runner = unittest.TextTestRunner()
-runner.run(suite)