Enable legacy .brd zone fill qa test + fix golden files
Use 0.020mm pen thickness for SVG golden file (generated with build 2013-07-07 BZR 4022)
This commit is contained in:
parent
b8a7e378d8
commit
44ff2f4858
File diff suppressed because it is too large
Load Diff
Before Width: | Height: | Size: 91 KiB After Width: | Height: | Size: 59 KiB |
File diff suppressed because it is too large
Load Diff
Before Width: | Height: | Size: 173 KiB After Width: | Height: | Size: 1.3 MiB |
|
@ -32,7 +32,7 @@ from conftest import KiTestFixture
|
||||||
@pytest.mark.parametrize("test_file,output_dir,layers_to_test",
|
@pytest.mark.parametrize("test_file,output_dir,layers_to_test",
|
||||||
[
|
[
|
||||||
("cli/artwork_generation_regressions/ZoneFill-4.0.7.kicad_pcb", "artwork_generation_regressions/ZoneFill-4.0.7", ["F.Cu","B.Cu"]),
|
("cli/artwork_generation_regressions/ZoneFill-4.0.7.kicad_pcb", "artwork_generation_regressions/ZoneFill-4.0.7", ["F.Cu","B.Cu"]),
|
||||||
#("cli/artwork_generation_regressions/ZoneFill-Legacy.kicad_pcb", "artwork_generation_regressions/ZoneFill-Legacy", ["F.Cu","B.Cu"])
|
("cli/artwork_generation_regressions/ZoneFill-Legacy.brd", "artwork_generation_regressions/ZoneFill-Legacy", ["F.Cu","B.Cu"])
|
||||||
])
|
])
|
||||||
def test_pcb_export_svg( kitest: KiTestFixture,
|
def test_pcb_export_svg( kitest: KiTestFixture,
|
||||||
test_file: str,
|
test_file: str,
|
||||||
|
|
Loading…
Reference in New Issue