KiBot/tests/test_plot
Salvador E. Tropea d850bb8ffe
Merge pull request #19 from INTI-CMNB/try_mcpyrate
Replace mcpy by mcpyrate
2020-10-17 15:28:40 -03:00
..
README.md
force_xlsx_error.py Added KiBot warning filters. 2020-10-12 16:31:47 -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 Added support for KiCad 6 to drill outputs. 2020-10-16 17:04:37 -03:00
test_dxf.py KiCad 6 no longer has SetPlotPadsOnSilkLayer 2020-10-16 18:40:20 -03:00
test_gerber.py Added more coherence to the variants/filters. 2020-09-08 20:01:16 -03:00
test_hpgl.py
test_ibom.py Added infraestructure to support KiCad 6 tests. 2020-10-14 18:03:18 -03:00
test_int_bom.py Fixed KiBom variants special cases. 2020-10-09 16:00:52 -03:00
test_kicad_config_errors.py
test_misc.py Disabled the cache related tests, no longer apply. 2020-10-17 14:30:23 -03:00
test_pcbdraw.py Changed mcpy by mcpyrate to test its functionality. 2020-10-16 15:32:00 -03:00
test_pdf.py
test_position.py Restored the disabled test_position 2020-10-17 11:58:58 -03:00
test_preflight.py Renamed ERC/DRC tests to run them individually. 2020-10-14 16:07:09 -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
test_script_checks.py
test_step.py
test_svg.py
test_yaml_errors.py Adapted the `test_filter_no_number_2` test 2020-10-15 17:28:33 -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: