diff options
author | jaseg <git@jaseg.de> | 2023-04-11 00:02:51 +0200 |
---|---|---|
committer | jaseg <git@jaseg.de> | 2023-04-11 00:03:20 +0200 |
commit | b0bc7971bcaf551cc5293d56b3122c5d04502faa (patch) | |
tree | 4d1b859557e0d74d215d208c33e82a0e49c141cc /gerbonara/tests | |
parent | 8181651a75fab99acc986bcf3105779317ac4e2e (diff) | |
download | gerbonara-b0bc7971bcaf551cc5293d56b3122c5d04502faa.tar.gz gerbonara-b0bc7971bcaf551cc5293d56b3122c5d04502faa.tar.bz2 gerbonara-b0bc7971bcaf551cc5293d56b3122c5d04502faa.zip |
Remove WIP unit test file
Diffstat (limited to 'gerbonara/tests')
-rw-r--r-- | gerbonara/tests/test_cad.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gerbonara/tests/test_cad.py b/gerbonara/tests/test_cad.py deleted file mode 100644 index 4d11304..0000000 --- a/gerbonara/tests/test_cad.py +++ /dev/null @@ -1,5 +0,0 @@ - -from ..utils import setup_svg -from ..cad import primitives - -def test_route |