added a test for the delaunay grid object

This commit is contained in:
Stephen M. McQuay 2011-09-17 19:41:28 -06:00
parent fcb2bf2931
commit 5ee12b1f57
2 changed files with 1057 additions and 0 deletions

View File

@ -6,6 +6,7 @@ import baker2dorder
import baker2d
import baker3d
import cubic2d
import delaunay
import pattern
import quadratic2d
@ -18,6 +19,7 @@ if __name__ == '__main__':
unittest.TestLoader().loadTestsFromTestCase(cubic2d.Test),
unittest.TestLoader().loadTestsFromTestCase(pattern.Test),
unittest.TestLoader().loadTestsFromTestCase(quadratic2d.Test),
unittest.TestLoader().loadTestsFromTestCase(delaunay.Test),
]
for test in tests:

1055
test/delaunay.py Normal file

File diff suppressed because it is too large Load Diff