diff options
author | jaseg <git@jaseg.de> | 2023-04-06 15:17:37 +0200 |
---|---|---|
committer | jaseg <git@jaseg.de> | 2023-04-06 15:17:37 +0200 |
commit | ef2864cfb329683b1c7cdc7f3a991b7aa94cacbe (patch) | |
tree | a28817a93e3eebaea780c72fe33e0359c305927e /gerbonara/tests | |
parent | 0a059353d707df91f71bdb6be976546089e01488 (diff) | |
download | gerbonara-ef2864cfb329683b1c7cdc7f3a991b7aa94cacbe.tar.gz gerbonara-ef2864cfb329683b1c7cdc7f3a991b7aa94cacbe.tar.bz2 gerbonara-ef2864cfb329683b1c7cdc7f3a991b7aa94cacbe.zip |
Copper fill WIP
Diffstat (limited to 'gerbonara/tests')
-rw-r--r-- | gerbonara/tests/test_cad.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gerbonara/tests/test_cad.py b/gerbonara/tests/test_cad.py new file mode 100644 index 0000000..4d11304 --- /dev/null +++ b/gerbonara/tests/test_cad.py @@ -0,0 +1,5 @@ + +from ..utils import setup_svg +from ..cad import primitives + +def test_route |