KiBot/tests/test_plot
Salvador E. Tropea fb281889d7 Added tests for position in CSV format. 2020-05-20 10:13:38 -03:00
..
README.md
test_bom.py Fixed comments in test_bom.py (were the ones from drill) 2020-05-15 10:58:51 -03:00
test_drill.py Removed dead code in test_drill.py 2020-05-15 10:39:31 -03:00
test_ibom.py Added test for InteractiveHtmlBom 2020-05-15 10:59:46 -03:00
test_position.py Added tests for position in CSV format. 2020-05-20 10:13:38 -03:00
test_print_pcb.py Added simple test for pdf_pcb_print 2020-05-20 09:25:43 -03:00
test_print_sch.py Added a test for print_sch 2020-05-19 11:40:55 -03:00
test_simple_2layer.py Added a simple test for drills 2020-05-14 19:50:04 -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: