Ability to run all tests at once.

Removed __init__.py

added runTests.py and .sh so that we can run all tests at one time.
This commit is contained in:
Rowan Cockett
2013-07-09 22:00:17 -07:00
parent 8e3e0e0faa
commit 68b4719aea
5 changed files with 22 additions and 13 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ from BaseMesh import BaseMesh
import numpy as np
class TestMeshNumbers3D(unittest.TestCase):
class TestBaseMesh(unittest.TestCase):
def setUp(self):
self.mesh = BaseMesh([6, 2, 3])