KiBot/tests/test_plot
Salvador E. Tropea 82aac838d5 Catched error of using set_text_variables with KiCad 5 2022-03-12 19:10:35 -03:00
..
fake_pcbnew Added test for KiCad < 5.1.6 2021-01-29 12:15:46 -03:00
fake_plugin Added missing test file `tests/test_plot/fake_plugin/out_bogus.py` 2021-02-01 11:23:41 -03:00
README.md Forced files to end in a single new line 2022-02-16 17:34:34 -03:00
force_colorama_error.py Fixed extra NL at the end of file (flake8) 2021-01-27 13:34:52 -03:00
force_pcbnew_error.py Fixed the test_old_pcbnew test 2022-02-24 12:03:25 -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
kiconf_init.py Added missing shebangs 2022-02-16 17:37:28 -03:00
test_bom.py Updated test_bom_ok 2022-01-07 12:58:09 -03:00
test_drill.py Changed the way we get the target test directory. 2021-02-01 11:16:33 -03:00
test_dxf.py Changed the way we get the target test directory. 2021-02-01 11:16:33 -03:00
test_gerber.py Fixed flake8 details 2021-12-17 12:55:33 -03:00
test_hpgl.py Added test for suffix with UTF-8 2021-02-12 14:31:24 -03:00
test_ibom.py Added support for iBoM 2.4.1 2021-12-27 14:13:12 -03:00
test_int_bom.py Fixed B011 Do not call assert False 2022-02-17 16:37:01 -03:00
test_kicad_config_errors.py Fixed test_kicad_conf_local_conf 2022-01-29 16:38:50 -03:00
test_kicost.py Fixed D300 Use """triple double quotes""" 2022-02-17 18:47:27 -03:00
test_misc.py New output to export PCB in GENCAD format. 2022-03-08 15:55:34 -03:00
test_misc_2.py Fixed spelling 2022-02-16 19:56:04 -03:00
test_pcbdraw.py Adjusted fuzzyness for the PcbDraw tests (v0.9.0 needs it) 2021-12-28 10:38:47 -03:00
test_pdf.py Changed the way we get the target test directory. 2021-02-01 11:16:33 -03:00
test_position.py Fixed B006 Do not use mutable data structures for argument defaults. 2022-02-17 16:45:10 -03:00
test_preflight.py Catched error of using set_text_variables with KiCad 5 2022-03-12 19:10:35 -03:00
test_print_pcb.py Changed the way we get the target test directory. 2021-02-01 11:16:33 -03:00
test_print_sch.py Fixed B011 Do not call assert False 2022-02-17 16:37:01 -03:00
test_ps.py Changed the way we get the target test directory. 2021-02-01 11:16:33 -03:00
test_sch_errors.py Fixed spelling 2022-02-16 19:56:04 -03:00
test_script_checks.py Fixed interaction between tests testing eeschema_do version 2021-02-03 16:07:36 -03:00
test_step.py Enabled render_3d output for KiCad 6 now KiCad bug is fixed. 2022-03-08 12:06:49 -03:00
test_svg.py Changed the way we get the target test directory. 2021-02-01 11:16:33 -03:00
test_yaml_errors.py Separated YAML tests that makes reference to SCH files 2022-01-10 20:48:11 -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: