added export test cases

This commit is contained in:
Dave Cowden
2013-04-21 17:45:29 -04:00
parent 1848b1226a
commit 59d2af7a6c
5 changed files with 164 additions and 74 deletions

View File

@ -46,4 +46,4 @@ class BaseTest(unittest.TestCase):
for i,j in zip(actual,expected):
self.assertAlmostEquals(i,j,places)
__all__ = [ 'TestCadObjects','TestCadQuery','TestCQSelectors','TestWorkplanes']
__all__ = [ 'TestCadObjects','TestCadQuery','TestCQSelectors','TestWorkplanes','TestExporters','TestCQSelectors']