KiBot/tests/test_plot
Salvador E. Tropea 1248e92b95 Fixed Internal BoM separator wasn't applied when using `use_alt`
From the SchrodingersGat/KiBoM#145 PR.
2020-11-11 14:32:20 -03:00
..
README.md
force_pcbnew_error.py Fixed flake8 details 2020-10-22 13:22:03 -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 Modified tests to keep kibom-variant_3.pro 2020-10-24 17:22:08 -03:00
test_hpgl.py
test_ibom.py
test_int_bom.py Fixed Internal BoM separator wasn't applied when using `use_alt` 2020-11-11 14:32:20 -03:00
test_kicad_config_errors.py
test_misc.py Fixed log.init() errors when pcbnew/yaml modules aren't installed. 2020-10-20 11:41:01 -03:00
test_pcbdraw.py Modified tests to keep kibom-variant_3.pro 2020-10-24 17:22:08 -03:00
test_pdf.py
test_position.py Adapted the colors test to colorama ANSI sequence. 2020-10-24 17:26:32 -03:00
test_preflight.py
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
test_ps.py
test_sch_errors.py
test_script_checks.py
test_step.py Modified tests to keep kibom-variant_3.pro 2020-10-24 17:22:08 -03:00
test_svg.py Added support for the KiCad 6 default layer names. 2020-10-19 16:47:13 -03:00
test_yaml_errors.py

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: