Commit Graph

55 Commits

Author SHA1 Message Date
26a74c69bb Test standalone text generation. 2019-02-22 07:01:43 +01:00
4a9bd81b89 Added number of top faces check in the text test case 2019-02-22 06:56:23 +01:00
e474c0ef6f Added tests of the text feature 2019-02-21 21:17:54 +01:00
cfaa60338b Merge branch 'master' into adam-urbanczyk-OCC-version-update 2019-02-13 20:59:28 +01:00
1c92a456b3 Typo fix 2019-02-09 23:58:04 +01:00
9e7ef243ca Better testing of the new spline functionality 2019-02-09 23:31:51 +01:00
60e09f6b92 Add tests for new spline functionality 2019-02-08 23:11:16 +01:00
c292a9f2db Implemented tapered cutBlind 2019-02-07 21:03:20 +01:00
ced285ac0e Expose tapered extrude to the users 2019-02-06 21:08:48 +01:00
34a6d4bf05 Merge branch 'master' into adam-urbanczyk-OCC-version-update 2019-01-12 14:39:47 +01:00
b59e277c83 Typo fix 2018-12-27 21:08:30 +01:00
56ad889f57 Increase coverage 2018-12-26 00:07:15 +01:00
4c4ec5eb98 Fixed failing tests 2018-12-25 23:39:41 +01:00
bcee21289f Update tests 2018-12-25 23:30:53 +01:00
e2e045df42 Merged-in missing tests from the original CQ version 2018-12-23 22:20:02 +01:00
42f7b69149 Use the new OCC submodule structure 2018-12-08 22:50:42 +01:00
a284b1531e Trying to fix tests on windows 2018-07-15 14:51:11 +02:00
25edd87baa Solids on the stack are not modified retroactively anymore 2018-06-02 14:47:20 +02:00
1e05a45f9c First attempt at python2 and python3 support in single codebase
4 tests failing on python3 (CQGI, AMF export)
2017-09-17 00:57:12 +02:00
5c78f36885 Relax bounding box related tests 2017-09-02 17:12:44 +02:00
89f421caa0 Removed testToFreeCAD, added testToOCC, added toOCC function to cq 2017-09-02 15:01:48 +02:00
4086d923f5 Fix testToSVG (search string was too detailed and therefore OCC version specific) 2017-09-02 14:50:53 +02:00
c35472a745 Fix testCylinderPlugin 2017-09-01 23:57:16 +02:00
3442e77798 Fixed testFrontReference 2017-09-01 23:27:11 +02:00
09118c9d89 Reworked testSphereCombine 2017-08-31 15:02:14 +02:00
ea619f6409 Reworked testWorkplaneFromFace 2017-08-31 14:58:14 +02:00
587569e8dc Fix wrong expected value in testBoxPointList 2017-08-27 00:07:53 +02:00
58683d0eb0 Testcase for symmetric extrusion
Added a test case for symmetric extrusion operation.
2016-05-22 21:39:54 +02:00
822af6c7f5 Finished sweep operation and added tests. 2016-04-26 20:11:12 -04:00
7225d84905 1. Add a mirroring example into doc/example.rst; 2. Add a tolerance parameter into BoundingBox function, and default it as 0.1, otherwise, it's very slow when compile the docs with sphinx-build, don't know why; 3. Add a testBoundingBox function into TestCadQuery.py file... 2016-01-20 16:56:48 +08:00
146ecd589b Removed incorrectly used hash function from Vector and commented out a few non-critical test lines that break with FreeCAD daily. 2015-10-23 17:31:06 -04:00
4cd0afc29e Changed polyline to work with a list of edges instead of a wire. 2015-10-13 11:30:17 -04:00
ff72ac8318 add tests for workplane gen. from multiple faces 2015-09-17 22:41:42 +03:00
562e44c01d fail to prevent creating random workplanes 2015-09-17 07:41:52 +03:00
8e89d901a7 Added a few more test cases for CQ.py. 2015-08-17 08:29:25 -04:00
935f6e1da9 added test for clean box 2015-08-06 22:39:25 +03:00
84f00a64c5 removed clean=True from tests for consistency 2015-08-03 23:07:48 +03:00
fd1e3076f8 add test for 'clean' cutThruAll() 2015-08-03 23:06:21 +03:00
2d1bdcad7b added clean argument for hole method 2015-08-02 17:36:35 +03:00
c0444cb0fa updated tests after 'simplify' renamed as 'clean' 2015-08-02 15:09:46 +03:00
8c6b3890d3 added tests for simplify() method 2015-07-22 23:39:11 +03:00
fd40107041 added tests for chamfer api 2015-06-22 22:02:20 +03:00
f8989928a8 Next phase of cleaning up CQ.py. 2015-06-16 17:03:36 -04:00
7f0ef93868 Next small step in the CQ.py code cleanup. 2015-06-15 15:59:28 -04:00
5531d695fa First round of clean up on CQ.py. Coverage still needs to be increased. 2015-06-15 12:24:38 -04:00
7754cd5f5b Fixed mirror when vertices weren't connected, which would cause the FreeCAD algorithm problems. Also just did some housekeeping and spelling corrections in the code. 2015-04-23 00:27:01 -04:00
2ce0041354 Fixed the Solid.makeSphere implementation and added CQ.sphere that mirrors the CQ.box high-level functionality. 2015-04-07 14:19:45 -04:00
7dea259659 Added test of 2D drawing, including threePointArc and moveTo. This should be expanded later to include all 2D drawing constructs. 2015-02-23 08:30:35 -05:00
9204b128e4 Added rotate function at the CQ object level and an associated test. 2014-12-19 07:40:34 -05:00
365652a68c Added a cone test for the revolve feature, and bumped the version number to 0.1.7. 2014-10-20 22:47:15 -04:00