KiBot/tests/test_plot
Salvador E. Tropea b347a6ca30 The board object is no longer passed to run methodes.
The global GS.board is used instead.
2021-01-15 14:14:17 -03:00
..
README.md
force_pcbnew_error.py Moved pcbnew detection from kiplot.py to __main__.py. 2021-01-06 12:25:54 -03:00
force_xlsx_error.py
force_yaml_error.py
test_bom.py
test_drill.py
test_dxf.py
test_gerber.py
test_hpgl.py
test_ibom.py Added support for the last InteractiveHtmlBom to the tests. 2020-12-29 09:01:58 -03:00
test_int_bom.py Internal BoM: The "Quantity" column no longer includes the DNF/C status. 2021-01-12 15:21:34 -03:00
test_kicad_config_errors.py Removed dead code in test_kicad_conf_guess_libs 2021-01-12 15:38:36 -03:00
test_misc.py
test_pcbdraw.py The board object is no longer passed to run methodes. 2021-01-15 14:14:17 -03:00
test_pdf.py
test_position.py Moved pcbnew detection from kiplot.py to __main__.py. 2021-01-06 12:25:54 -03:00
test_preflight.py Now the default output name applies to the DRC and ERC report names. 2021-01-12 13:44:09 -03:00
test_print_pcb.py
test_print_sch.py
test_ps.py
test_sch_errors.py
test_script_checks.py
test_step.py Added a check for the 3D model in the STEP tests. 2020-12-30 15:41:48 -03:00
test_svg.py
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: