KiBot/tests/test_plot
Salvador E. Tropea b27872d7e8 Fixed problems when using the `pdf_pcb_print` on special case.
When using variants to remove a component with ridiculous pads
that only has solder paste (no copper, nor even solder mask
aperture).
2020-10-27 17:58:51 -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 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 Modified tests to keep kibom-variant_3.pro 2020-10-24 17:22:08 -03:00
test_hpgl.py Added HPGL and PS autoscaling tests. 2020-07-08 23:16:04 -03:00
test_ibom.py Added infraestructure to support KiCad 6 tests. 2020-10-14 18:03:18 -03:00
test_int_bom.py Modified tests to keep kibom-variant_3.pro 2020-10-24 17:22:08 -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 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 Added crosses in the *.Fab layer for excluded components. 2020-09-03 17:17:08 -03:00
test_position.py Adapted the colors test to colorama ANSI sequence. 2020-10-24 17:26:32 -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 Fixed problems when using the `pdf_pcb_print` on special case. 2020-10-27 17:58:51 -03:00
test_print_sch.py Added KiBot warning filters. 2020-10-12 16:31:47 -03:00
test_ps.py Added HPGL and PS autoscaling tests. 2020-07-08 23:16:04 -03:00
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 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 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: