added a test for the delaunay grid object
This commit is contained in:
parent
fcb2bf2931
commit
5ee12b1f57
@ -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
1055
test/delaunay.py
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user