diff options
author | jaseg <git@jaseg.de> | 2022-01-29 16:44:28 +0100 |
---|---|---|
committer | jaseg <git@jaseg.de> | 2022-01-29 16:44:28 +0100 |
commit | 1304847afe223661a574c0cd16d9a915c2bfa19f (patch) | |
tree | 6193b56b4b02e9075477b4854d41f3b05959d3d8 /gerbonara/gerber/tests/test_pcb.py | |
parent | 80121e6e5aecea1faf5d33b0511ccc2827d820f4 (diff) | |
download | gerbonara-1304847afe223661a574c0cd16d9a915c2bfa19f.tar.gz gerbonara-1304847afe223661a574c0cd16d9a915c2bfa19f.tar.bz2 gerbonara-1304847afe223661a574c0cd16d9a915c2bfa19f.zip |
Add initial netlist support
Diffstat (limited to 'gerbonara/gerber/tests/test_pcb.py')
-rw-r--r-- | gerbonara/gerber/tests/test_pcb.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gerbonara/gerber/tests/test_pcb.py b/gerbonara/gerber/tests/test_pcb.py deleted file mode 100644 index 5f513f3..0000000 --- a/gerbonara/gerber/tests/test_pcb.py +++ /dev/null @@ -1,7 +0,0 @@ -import os -from ..pcb import PCB - - -def test_from_directory(): - test_pcb = PCB.from_directory(os.path.join(os.path.dirname(__file__), 'resources/eagle_files')) - assert len(test_pcb.layers) == 11 # Checks all the available layer files have been read or not. |