KiBot/tests/test_plot
Salvador E. Tropea fc19d2c6c0 Added tests for errors parsing STEP files generation. 2020-06-15 13:40:30 -03:00
..
README.md Add a basic plot test 2018-07-31 17:36:56 +01:00
test_bom.py Better debug info, fixed errors and no .kicad_pcb dependency 2020-06-12 15:10:56 -03:00
test_drill.py Removed dead code in test_drill.py 2020-05-15 10:39:31 -03:00
test_dxf.py Added simple DXF test 2020-05-25 18:59:00 -03:00
test_hpgl.py Added simple HPGL test 2020-05-25 18:42:56 -03:00
test_ibom.py Better debug info, fixed errors and no .kicad_pcb dependency 2020-06-12 15:10:56 -03:00
test_misc.py Added missing blank line and removed extra blank line at the end. 2020-05-26 14:01:11 -03:00
test_pdf.py The 'check_zone_fills' option is now independent of 'run_drc' 2020-06-14 15:12:56 -03:00
test_position.py Added support for compressed YAML files. 2020-06-14 11:05:08 -03:00
test_preflight.py Added test for the filters feature 2020-06-09 13:56:17 -03:00
test_print_pcb.py The 'check_zone_fills' option is now independent of 'run_drc' 2020-06-14 15:12:56 -03:00
test_print_sch.py Moved the .pro and fp-cache to the context clean_up 2020-05-20 10:52:42 -03:00
test_ps.py Added postscript test. 2020-05-25 18:32:11 -03:00
test_simple_2layer.py Added a simple test for drills 2020-05-14 19:50:04 -03:00
test_step.py Added test for STEP files generation 2020-06-15 13:39:59 -03:00
test_svg.py Added simple SVG test 2020-05-25 18:39:12 -03:00
test_yaml_errors.py Added tests for errors parsing STEP files generation. 2020-06-15 13:40:30 -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: