KiBot/tests/test_plot
Salvador E. Tropea d5168c37cd Added filename expansion for SCH related outputs.
pdf_sch_print is the first to support it.
2020-07-13 19:20:25 -03:00
..
README.md
test_bom.py
test_drill.py Added `drill` output configuration 2020-07-12 17:43:15 -03:00
test_dxf.py
test_gerber.py Added `output` option to control the file name to all plot output formats. 2020-07-12 13:00:38 -03:00
test_hpgl.py
test_ibom.py
test_misc.py Added support for PcbDraw 2020-07-11 13:49:03 -03:00
test_pcbdraw.py Added support for PcbDraw 2020-07-11 13:49:03 -03:00
test_pdf.py
test_position.py Added _pos to all position formats in the ID field. 2020-07-12 18:59:50 -03:00
test_preflight.py
test_print_pcb.py Changed default file name for pdf_pcb_print 2020-07-12 16:17:38 -03:00
test_print_sch.py Added filename expansion for SCH related outputs. 2020-07-13 19:20:25 -03:00
test_ps.py
test_script_checks.py
test_step.py Changed default name for step files (adds -3D) 2020-07-12 18:55:08 -03:00
test_svg.py
test_yaml_errors.py Preflight filters parsed by Optionable class. 2020-07-12 11:52:44 -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: