KiBot/tests/test_plot
Salvador E. Tropea 86ead74c27 Added KiBot warning filters.
- Closes #15
- This patch also changes the logging initialization, that was broken at
  some recent point.
- Also adds tests to ensure the mechanism used to avoid repeated
  warnings is working.
2020-10-12 16:31:47 -03:00
..
README.md
force_xlsx_error.py Added KiBot warning filters. 2020-10-12 16:31:47 -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 Added more coherence to the variants/filters. 2020-09-08 20:01:16 -03:00
test_hpgl.py
test_ibom.py Adjusted the tests for IBoM's variants support. 2020-09-05 19:31:29 -03:00
test_int_bom.py Fixed KiBom variants special cases. 2020-10-09 16:00:52 -03:00
test_kicad_config_errors.py Added test for multiple calls to KiConf.init() 2020-09-02 18:08:26 -03:00
test_misc.py Added numbers to all the warnings 2020-10-09 18:33:51 -03:00
test_pcbdraw.py Added more coherence to the variants/filters. 2020-09-08 20:01:16 -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 support for KiCad v6 to the position output. 2020-09-21 19:17:31 -03:00
test_preflight.py Renamed the kiplot module as kibot. 2020-08-16 22:04:03 -03:00
test_print_pcb.py Support for new `pcbnew_do export` options. 2020-10-09 11:27:30 -03:00
test_print_sch.py Added KiBot warning filters. 2020-10-12 16:31:47 -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 Added variants support to the STEP output. 2020-09-03 18:50:30 -03:00
test_svg.py
test_yaml_errors.py Added KiBot warning filters. 2020-10-12 16:31:47 -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: