cadquery-freecad-module/tests
Gaël Ecorchard 2ebae0461b Use the xDir parameter in Plane.XY() and similar.
Add simple tests for named planes
Use isinstance instead of type in Vector because type caused the
problem that 'type(Vector) is FreeCAD.Base.Vector'.
2015-10-04 22:49:34 +02:00
..
__init__.py
README.txt
TestCadObjects.py Added a test to ensure that finding the center of a compound works correctly. 2015-09-17 19:13:05 -04:00
TestCadQuery.py add tests for workplane gen. from multiple faces 2015-09-17 22:41:42 +03:00
TestCQSelectors.py add test for multiple object at min/max selection 2015-09-17 07:46:46 +03:00
TestExporters.py
TestImporters.py
TestWorkplanes.py Use the xDir parameter in Plane.XY() and similar. 2015-10-04 22:49:34 +02:00

It is OK for tests to import implementations like FreeCAD directly.