KiBot/tests/test_plot
Salvador E. Tropea d9986b0599 Added PCBDraw case to the makefile test. 2021-01-29 12:22:31 -03:00
..
fake_pcbnew Added test for KiCad < 5.1.6 2021-01-29 12:15:46 -03:00
README.md
force_colorama_error.py Fixed extra NL at the end of file (flake8) 2021-01-27 13:34:52 -03:00
force_pcbnew_error.py Added test for KiCad < 5.1.6 2021-01-29 12:15:46 -03:00
force_xlsx_error.py Fixed log.init() errors when pcbnew/yaml modules aren't installed. 2020-10-20 11:41:01 -03:00
force_yaml_error.py Fixed flake8 details 2020-10-22 13:22:03 -03:00
test_bom.py Adapted all test_bom tests to run with KiCad 5.99. 2020-10-16 16:42:17 -03:00
test_drill.py Fixed excellon drill output. 2020-11-02 16:07:05 -03:00
test_dxf.py KiCad 6 no longer has SetPlotPadsOnSilkLayer 2020-10-16 18:40:20 -03:00
test_gerber.py Added tests for some ouyt_compress special cases. 2021-01-28 17:33:01 -03:00
test_hpgl.py
test_ibom.py Now information messages go to stdout (not stderr). 2021-01-22 17:17:41 -03:00
test_int_bom.py Added some compress tests. 2021-01-27 16:12:46 -03:00
test_kicad_config_errors.py Removed dead code in test_kicad_conf_guess_libs 2021-01-12 15:38:36 -03:00
test_misc.py Added PCBDraw case to the makefile test. 2021-01-29 12:22:31 -03:00
test_pcbdraw.py The board object is no longer passed to run methodes. 2021-01-15 14:14:17 -03:00
test_pdf.py Added crosses in the *.Fab layer for excluded components. 2020-09-03 17:17:08 -03:00
test_position.py Added some compress tests. 2021-01-27 16:12:46 -03:00
test_preflight.py Now you can consolidate more than one project in one BoM. 2021-01-21 14:43:47 -03:00
test_print_pcb.py Fixed problems when using the `pdf_pcb_print` on special case. 2020-10-27 17:58:51 -03:00
test_print_sch.py Now information messages go to stdout (not stderr). 2021-01-22 17:17:41 -03:00
test_ps.py
test_sch_errors.py Added support for missing field names in libraries. 2020-12-16 12:16:03 -03:00
test_script_checks.py
test_step.py Added a check for the 3D model in the STEP tests. 2020-12-30 15:41:48 -03:00
test_svg.py Now information messages go to stdout (not stderr). 2021-01-22 17:17:41 -03:00
test_yaml_errors.py Added more test for compress output. 2021-01-29 08:46:23 -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: