diff options
author | yobmod <yobmod@gmail.com> | 2021-02-28 18:44:29 +0000 |
---|---|---|
committer | yobmod <yobmod@gmail.com> | 2021-02-28 18:44:29 +0000 |
commit | 26ccee15ae1712baf68df99d3f5f2fec5517ecbd (patch) | |
tree | 20770e5e41a6efcdbb4ae7a61c252e68f1e498a8 /test/testrunner.py | |
parent | 300261de4831207126906a6f4848a680f757fbd4 (diff) | |
download | gitpython-26ccee15ae1712baf68df99d3f5f2fec5517ecbd.tar.gz |
add newlines
Diffstat (limited to 'test/testrunner.py')
-rw-r--r-- | test/testrunner.py | 7 |
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) |