KiBot/tests/test_plot
Salvador E. Tropea 3c6f4950c7 Now the schematic can be specified separately.
We now test if the PCB and/or SCH are there only when we need them.
2020-06-29 19:25:54 -03:00
..
README.md
test_bom.py Now the schematic can be specified separately. 2020-06-29 19:25:54 -03:00
test_drill.py Now the map.type and report.filename are deprecated in favor of map and report. 2020-06-25 09:37:43 -03:00
test_dxf.py For some reason Python sys.path vector has a limit and I was abusing it. 2020-06-15 15:14:53 -03:00
test_gerber.py Added tests to cover 100% of kiplot/config_reader.py 2020-06-19 23:38:09 -03:00
test_hpgl.py For some reason Python sys.path vector has a limit and I was abusing it. 2020-06-15 15:14:53 -03:00
test_ibom.py Added support for all the missing IBoM options. 2020-06-27 15:04:35 -03:00
test_misc.py Now the schematic can be specified separately. 2020-06-29 19:25:54 -03:00
test_pdf.py For some reason Python sys.path vector has a limit and I was abusing it. 2020-06-15 15:14:53 -03:00
test_position.py For some reason Python sys.path vector has a limit and I was abusing it. 2020-06-15 15:14:53 -03:00
test_preflight.py For some reason Python sys.path vector has a limit and I was abusing it. 2020-06-15 15:14:53 -03:00
test_print_pcb.py For some reason Python sys.path vector has a limit and I was abusing it. 2020-06-15 15:14:53 -03:00
test_print_sch.py For some reason Python sys.path vector has a limit and I was abusing it. 2020-06-15 15:14:53 -03:00
test_ps.py For some reason Python sys.path vector has a limit and I was abusing it. 2020-06-15 15:14:53 -03:00
test_step.py Fixed the way options with arguments are passed to kicad2step. 2020-06-15 15:58:08 -03:00
test_svg.py For some reason Python sys.path vector has a limit and I was abusing it. 2020-06-15 15:14:53 -03:00
test_yaml_errors.py Now layers are solved when we really need it. 2020-06-29 12:55:02 -03:00

README.md

This directory contains tests for full testing of KiCad plots. This tests:

  • KiPlot's config parsing and driving of KiCad
  • KiCad's own plotting code

Generally, boards are drawn from ../board_samples and configs from yaml_samples. Sometimes, the YAML samples are modified by the test runners to avoid having hundreds of them!

Bug that should be tested for: