KiBot/tests/test_plot
Salvador E. Tropea f1c868b732 Added support for the last InteractiveHtmlBom to the tests.
Now the PCB modules are located in the footprints section of the
generated data. This change is a general move from the module
term to a more descriptive term `footprint`.
2020-12-29 09:01:58 -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 Added HPGL and PS autoscaling tests. 2020-07-08 23:16:04 -03:00
test_ibom.py Added support for the last InteractiveHtmlBom to the tests. 2020-12-29 09:01:58 -03:00
test_int_bom.py Fixed the components fields reset mechanism. 2020-12-23 18:47:11 -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 Added a new filter used to rotate footprints. 2020-12-28 18:26:27 -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 support for missing field names in libraries. 2020-12-16 12:16:03 -03:00
test_ps.py Added HPGL and PS autoscaling tests. 2020-07-08 23:16:04 -03:00
test_sch_errors.py Added support for missing field names in libraries. 2020-12-16 12:16:03 -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: