v2.1.11
pip install cad-pyrx
python -m pip install git+https://github.com/CEXT-Dan/[email protected]
Fixes bug in entsel
expected behavior
# no filter
print(Ed.Editor.entSel("Select: "))
#is derived from matching
print(Ed.Editor.entSel("Select: ", Db.Curve.desc()))
#exact matching
print(Ed.Editor.entSel("Select: ", [Db.Line.desc(), Db.Circle.desc()]))
What's Changed
- new test runner by @gswifort in #175
- add test fixtures and sample test by @gswifort in #176
- test runner - add pytest and pyinit args by @gswifort in #177
- typo by @gswifort in #178
Full Changelog: v2.1.10...v2.1.11