KiBot/tests/test_plot
Salvador E. Tropea 220e2f252e Added tests for various schematic strange cases.
- Component withour lib
- Missing component
- Poligon without points
- Pin with unknown direction
2020-09-02 10:04:32 -03:00
..
README.md
force_xlsx_error.py Renamed the kiplot module as kibot. 2020-08-16 22:04:03 -03:00
test_bom.py Renamed the kiplot module as kibot. 2020-08-16 22:04:03 -03:00
test_drill.py
test_dxf.py
test_gerber.py Renamed the kiplot module as kibot. 2020-08-16 22:04:03 -03:00
test_hpgl.py
test_ibom.py Renamed the kiplot module as kibot. 2020-08-16 22:04:03 -03:00
test_int_bom.py Added more tests for the filters and variants. 2020-09-01 18:49:38 -03:00
test_kicad_config_errors.py Renamed the kiplot module as kibot. 2020-08-16 22:04:03 -03:00
test_misc.py Added test to check we remove rogue cache files. 2020-08-19 11:42:12 -03:00
test_pcbdraw.py Fixed flake8 details 2020-08-28 16:57:31 -03:00
test_pdf.py
test_position.py
test_preflight.py Renamed the kiplot module as kibot. 2020-08-16 22:04:03 -03:00
test_print_pcb.py
test_print_sch.py Added tests for various schematic strange cases. 2020-09-02 10:04:32 -03:00
test_ps.py
test_sch_errors.py Added test for the new errors in DrawText elements. 2020-09-01 20:39:15 -03:00
test_script_checks.py Renamed the kiplot module as kibot. 2020-08-16 22:04:03 -03:00
test_step.py
test_svg.py
test_yaml_errors.py Added more tests for the filters and variants. 2020-09-01 18:49:38 -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: