From f6f4a46cf5b14f9a2170cd6475958efbf320caec Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 5 Aug 2008 13:17:04 -0400 Subject: Moved around most of the files so that source code is in src/, documentation is in doc/, etc. --- test/python/UnitTests.py | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 test/python/UnitTests.py (limited to 'test/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)) -- cgit v1.2.3