KiBot/tests/test_plot
SET 09b7ed5eca Added tests for title block errors. 2020-08-14 19:26:39 -03:00
..
README.md
force_xlsx_error.py Added a test for missing xlsxwriter module. 2020-08-13 19:17:17 -03:00
test_bom.py Added full KiBoM configuration from the YAML config. 2020-07-22 18:33:53 -03:00
test_drill.py Fixed flake8 warnings. 2020-07-22 18:16:18 -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 Now IBoM output file is coherent with other outputs. 2020-07-22 19:51:35 -03:00
test_int_bom.py Added comment about misisng tests 2020-08-14 13:44:00 -03:00
test_misc.py Added KiCad v5.x schematic support. 2020-07-27 22:01:12 -03:00
test_pcbdraw.py
test_pdf.py
test_position.py Added default output file name pattern. 2020-07-23 18:26:03 -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 KiCad v5.x schematic support. 2020-07-27 22:01:12 -03:00
test_ps.py
test_sch_errors.py Added tests for title block errors. 2020-08-14 19:26:39 -03:00
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 Added test for wrong logo format. 2020-08-12 20:35:34 -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: