diff options
Diffstat (limited to 'test/python')
-rwxr-xr-x | test/python/PyUnitTests.py | 5 | ||||
-rw-r--r-- | test/python/UnitTests.py | 9 |
2 files changed, 0 insertions, 14 deletions
diff --git a/test/python/PyUnitTests.py b/test/python/PyUnitTests.py deleted file mode 100755 index 3c19093f..00000000 --- a/test/python/PyUnitTests.py +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh - -PYTHONPATH="%builddir%":"%srcdir%":$PYTHONPATH \ -DYLD_LIBRARY_PATH="%builddir%/.libs":"%builddir%/gdtoa/.libs":$DYLD_LIBRARY_PATH \ - python "%srcdir%"/tests/python/UnitTests.py diff --git a/test/python/UnitTests.py b/test/python/UnitTests.py deleted file mode 100644 index 843e9fc1..00000000 --- a/test/python/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)) |