summaryrefslogtreecommitdiff
path: root/python/test/UnitTests.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/test/UnitTests.py')
-rw-r--r--python/test/UnitTests.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/python/test/UnitTests.py b/python/test/UnitTests.py
deleted file mode 100644
index 843e9fc1..00000000
--- a/python/test/UnitTests.py
+++ /dev/null
@@ -1,9 +0,0 @@
-from unittest import TextTestRunner, TestSuite
-
-import tests.python.numerics.t_amount as t_amount
-
-suites = [
- t_amount.suite(),
-]
-
-TextTestRunner().run(TestSuite(suites))