KiBot/tests/test_plot
Salvador E. Tropea 41de8c032c Added `output` option to control the file name to all plot output formats. 2020-07-12 13:00:38 -03:00
..
README.md
test_bom.py Added test fro KiBoM with variant and print_sch_pdf fail. 2020-07-08 22:42:24 -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
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 Added HPGL and PS autoscaling tests. 2020-07-08 23:16:04 -03:00
test_ibom.py Added support for all the missing IBoM options. 2020-06-27 15:04:35 -03:00
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
test_preflight.py Added more preflight tests 2020-07-08 19:49:33 -03:00
test_print_pcb.py Added tests to cover out_pdf_pcb_print.py, error case left out 2020-07-09 09:20:52 -03:00
test_print_sch.py Added test fro KiBoM with variant and print_sch_pdf fail. 2020-07-08 22:42:24 -03:00
test_ps.py Added HPGL and PS autoscaling tests. 2020-07-08 23:16:04 -03:00
test_script_checks.py Extra dot in step.metric_units docstring. 2020-07-09 12:50:27 -03:00
test_step.py
test_svg.py Added tests for: 2020-07-08 23:34:45 -03:00
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: