This website requires JavaScript.
Cadquos
Explore
Marketplace
Help
Register
Sign In
Cadquos
Development
Main Navigation
🏠
Dashboard
🏢
Organizations
8
📁
Repositories
8
👥
Team
🗓️
Calendar
Workspace
📝
작업메모
🚀
시작하기
📝
빠른 메모
👻
나의 공간
3
📝
작업목록
Settings
Connections
Public Pages
Notifications
3
Help Center
John Smith
john@example.com
ByoungSooPark
/
cadquery
Watch
1
Star
0
Fork
0
You've already forked cadquery
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
d0185c951a5cfc7dd08f301b51e12eff32ab338d
cadquery
/
tests
History
Youbao
86edb67106
Correct errors for the last commit, mainly for test function testEdgeWrapperMakeCircle and testFaceWrapperMakePlane. Now testEdgeWrapperMakeCircle passed, but there is still one problem prevent testFaceWrapperMakePlane from passing.
2016-11-28 23:54:23 +08:00
..
__init__.py
beginnings of cqgi
2015-12-07 16:35:10 -05:00
README.txt
the test cases pass now at least
2013-04-16 22:29:06 -04:00
TestCadObjects.py
Correct errors for the last commit, mainly for test function testEdgeWrapperMakeCircle and testFaceWrapperMakePlane. Now testEdgeWrapperMakeCircle passed, but there is still one problem prevent testFaceWrapperMakePlane from passing.
2016-11-28 23:54:23 +08:00
TestCadQuery.py
Testcase for symmetric extrusion
2016-05-22 21:39:54 +02:00
TestCQGI.py
added describe_parameter
2016-04-05 21:04:09 -04:00
TestCQSelectors.py
remove unneeded comment in testGrammar
2016-07-10 19:15:51 +02:00
TestExporters.py
Fixed copyright dates, added the STEP file importer, and added the supporting tests.
2014-08-18 14:45:02 -04:00
TestImporters.py
Removed an unneeded import and fixed tab-space mixing issues.
2014-12-11 20:42:41 -05:00
TestWorkplanes.py
Use the xDir parameter in Plane.XY() and similar.
2015-10-04 22:49:34 +02:00
README.txt
It is OK for tests to import implementations like FreeCAD directly.