Commit Graph

11 Commits

Author SHA1 Message Date
2d721d0ff8 add the choice to not import all dxf layers (#442)
* add the choice to not import all dxf layers

this is especially useful for ignoring layers in drawings containing note text or dimensions

* remove a blank line

* Rework layer exclusion in dxf import

* add dxf for layer tests

* add tests for dxf import layer filtering and extrusion

fix edges/wires mixup

remove extra `)`

fix var name typo

fix lint

Co-authored-by: Adam Urbańczyk <adam-urbanczyk@users.noreply.github.com>
2020-08-31 09:26:26 +02:00
6d6da05d0d More dxf spline tests 2020-07-17 16:59:21 +02:00
633eb7b92b Test for spline+ellipse import 2020-07-16 20:04:05 +02:00
4cfbec248e Typos and such 2020-06-02 18:24:36 +02:00
2b9440614a Reformat using black 2020-06-02 17:53:30 +02:00
8da30ff2b1 Additional DXF related tests 2020-06-02 17:52:25 +02:00
4dacf41629 Blackify 2020-06-01 16:21:20 +02:00
bce468d72d More checks related to dxf import 2020-06-01 16:19:02 +02:00
60cbfb50bd Added DXF tests 2020-06-01 14:13:52 +02:00
102c16c14e Add Black formatting check to CI (#255)
* Add Black formatting check to CI
* Add some documentation for code contributors
* Use uncompromised code formatting
2020-01-20 20:52:12 +01:00
5069483aef Use pytest to run the test suite 2019-12-12 20:58:47 +01:00