From 26ccee15ae1712baf68df99d3f5f2fec5517ecbd Mon Sep 17 00:00:00 2001 From: yobmod Date: Sun, 28 Feb 2021 18:44:29 +0000 Subject: add newlines --- .gitignore | 2 +- mypy.ini | 2 +- test/testrunner.py | 7 ------- test/tstrunner.py | 7 +++++++ 4 files changed, 9 insertions(+), 9 deletions(-) delete mode 100644 test/testrunner.py create mode 100644 test/tstrunner.py diff --git a/.gitignore b/.gitignore index 24181a52..db7c881c 100644 --- a/.gitignore +++ b/.gitignore @@ -20,4 +20,4 @@ nbproject .cache/ .mypy_cache/ .pytest_cache/ -monkeytype.* \ No newline at end of file +monkeytype.sqlite3 diff --git a/mypy.ini b/mypy.ini index 72716491..349266b7 100644 --- a/mypy.ini +++ b/mypy.ini @@ -1,4 +1,4 @@ [mypy] -disallow_untyped_defs = True \ No newline at end of file +disallow_untyped_defs = True 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) diff --git a/test/tstrunner.py b/test/tstrunner.py new file mode 100644 index 00000000..a3bcfa3c --- /dev/null +++ b/test/tstrunner.py @@ -0,0 +1,7 @@ +import unittest +loader = unittest.TestLoader() +start_dir = '.' +suite = loader.discover(start_dir) + +runner = unittest.TextTestRunner() +runner.run(suite) -- cgit v1.2.1