moved test scripts to tests
authorPaul Brossier <piem@piem.org>
Tue, 26 Feb 2013 18:42:44 +0000 (13:42 -0500)
committerPaul Brossier <piem@piem.org>
Tue, 26 Feb 2013 18:42:44 +0000 (13:42 -0500)
python/env_osx [moved from python/build_osx with 100% similarity]
python/tests/a_weighting_test_simple.expected [moved from python/a_weighting_test_simple.expected with 100% similarity]
python/tests/c_weighting_test_simple.expected [moved from python/c_weighting_test_simple.expected with 100% similarity]
python/tests/run_all_tests [moved from python/run_all_tests with 92% similarity]

similarity index 100%
rename from python/build_osx
rename to python/env_osx
similarity index 92%
rename from python/run_all_tests
rename to python/tests/run_all_tests
index dc2fbce44603567a8c0069cc5bf0c0e35f13e820..ad18a92cfb8ee2ca70c52aa79edc382f3e5916c9 100755 (executable)
@@ -6,7 +6,7 @@ if __name__ == '__main__':
     # get relevant files
     curdir = os.path.dirname(sys.argv[0])
     if curdir == '': curdir = '.'
-    files = os.listdir(os.path.join(curdir, 'tests'))
+    files = os.listdir(curdir)
     modfiles = filter (lambda y: y.endswith('.py'), files) 
     modfiles = filter (lambda f: f.startswith('test_'), modfiles)
     # get module names