added export test cases
This commit is contained in:
		@ -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']
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user