KiBot/tests/test_plot
Salvador E. Tropea ba6787660c Added test for undocumented option. 2021-02-04 10:42:02 -03:00
..
fake_pcbnew
fake_plugin
README.md
force_colorama_error.py
force_pcbnew_error.py
force_xlsx_error.py
force_yaml_error.py
test_bom.py
test_drill.py
test_dxf.py
test_gerber.py
test_hpgl.py
test_ibom.py
test_int_bom.py Added test for debug stats in BoM output. 2021-02-03 12:49:57 -03:00
test_kicad_config_errors.py Added test for KiCad config redirection. 2021-02-04 10:28:39 -03:00
test_misc.py Added test for undocumented option. 2021-02-04 10:42:02 -03:00
test_misc_2.py Fixed interaction between tests testing eeschema_do version 2021-02-03 16:07:36 -03:00
test_pcbdraw.py
test_pdf.py
test_position.py Added test for rotation filter in the bottom side. 2021-02-03 17:13:12 -03:00
test_preflight.py
test_print_pcb.py
test_print_sch.py
test_ps.py
test_sch_errors.py
test_script_checks.py Fixed interaction between tests testing eeschema_do version 2021-02-03 16:07:36 -03:00
test_step.py Added a STEP test using a model that is inside our tree. 2021-02-03 11:26:37 -03:00
test_svg.py
test_yaml_errors.py Added tests to fully cover config_reader. 2021-02-03 12:31:39 -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: