From efe5d835eaa26d8696c3352c4e1ed42da16fe27b Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Thu, 7 Dec 2017 23:48:02 +0100 Subject: wip --- test/test_parse_kicad_pcb.py | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 test/test_parse_kicad_pcb.py (limited to 'test/test_parse_kicad_pcb.py') diff --git a/test/test_parse_kicad_pcb.py b/test/test_parse_kicad_pcb.py deleted file mode 100644 index 25c1957..0000000 --- a/test/test_parse_kicad_pcb.py +++ /dev/null @@ -1,12 +0,0 @@ -import pytest -import os.path -from ee.kicad import parse_kicad_pcb - -basedir = os.path.dirname(os.path.abspath(__file__)) - -def test_parsing(): - path = os.path.join(basedir, "kicad_pcb/parser-1.kicad_pcb") - count = 0 - for (event, token) in parse_kicad_pcb(path): - count = count + 1 - assert count == 3657 -- cgit v1.2.3