KiBot/tests/test_plot
Salvador E. Tropea 6248803252 [Test] More robust dep_python test
- Ensure the test module isn't installed before testing
2022-07-08 11:51:15 -03:00
..
fake_pcbnew
fake_plugin
README.md
__init__.py Fixed problems when running tests and a copy of KiBot is in ~/.local 2022-07-06 19:14:58 -03:00
force_colorama_error.py
force_pcbnew_error.py Fixed the test_old_pcbnew test 2022-02-24 12:03:25 -03:00
force_xlsx_error.py
force_yaml_error.py
kiconf_init.py Added missing shebangs 2022-02-16 17:37:28 -03:00
test_bom.py Simplified the tests 2022-06-10 19:55:13 -03:00
test_dep_downloader.py [Test] More robust dep_python test 2022-07-08 11:51:15 -03:00
test_drill.py Simplified the tests 2022-06-10 19:55:13 -03:00
test_dxf.py Simplified the tests 2022-06-10 19:55:13 -03:00
test_gerber.py Simplified the tests 2022-06-10 19:55:13 -03:00
test_hpgl.py Simplified the tests 2022-06-10 19:55:13 -03:00
test_ibom.py Simplified the tests 2022-06-10 19:55:13 -03:00
test_int_bom.py Simplified the tests 2022-06-10 19:55:13 -03:00
test_kicad_config_errors.py Simplified the tests 2022-06-10 19:55:13 -03:00
test_kicost.py Added merge and translate field tests for KiCost 2022-06-13 11:18:33 -03:00
test_misc.py Added test for category image in navigate results 2022-06-14 07:06:59 -03:00
test_misc_2.py Adapted the tests for missing tools to the new mechanism 2022-07-05 13:49:01 -03:00
test_pcbdraw.py Adapted the tests for missing tools to the new mechanism 2022-07-05 13:49:01 -03:00
test_pdf.py More test simplifications 2022-06-10 21:09:34 -03:00
test_position.py Simplified the tests 2022-06-10 19:55:13 -03:00
test_preflight.py Simplified the tests 2022-06-10 19:55:13 -03:00
test_print_pcb.py Fixed svg_pcb_print: page orientation for portrait. 2022-06-12 16:07:58 -03:00
test_print_sch.py More test simplifications 2022-06-10 21:09:34 -03:00
test_ps.py More test simplifications 2022-06-10 21:09:34 -03:00
test_sch_errors.py More test simplifications 2022-06-10 21:09:34 -03:00
test_step.py Added test for gloabl environment vars 2022-06-12 11:30:44 -03:00
test_svg.py More test simplifications 2022-06-10 21:09:34 -03:00
test_yaml_errors.py More test simplifications 2022-06-10 21:09:34 -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: