KiBot/tests/test_plot
Salvador E. Tropea b5fc7e8c55 [Report] Fixed converted file wasn't stored at `dir`
Closes #238
2022-07-25 11:40:24 -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 [Tests] Better support when KiBot is also installed at user level 2022-07-09 16:26:46 -03:00
force_pcbnew_error.py [Tests] Better support when KiBot is also installed at user level 2022-07-09 16:26:46 -03:00
force_xlsx_error.py [Tests] Better support when KiBot is also installed at user level 2022-07-09 16:26:46 -03:00
force_yaml_error.py [Tests] Better support when KiBot is also installed at user level 2022-07-09 16:26:46 -03:00
kiconf_init.py [Tests] Better support when KiBot is also installed at user level 2022-07-09 16:26:46 -03:00
test_bom.py
test_dep_downloader.py [Tests] ImageMagick available again 2022-07-13 06:32:11 -03:00
test_drill.py
test_dxf.py
test_gerber.py
test_hpgl.py
test_ibom.py [Tests] Run slow tests separately 2022-07-09 16:33:09 -03:00
test_int_bom.py
test_kicad_config_errors.py
test_kicost.py
test_misc.py [Report] Fixed converted file wasn't stored at `dir` 2022-07-25 11:40:24 -03:00
test_misc_2.py
test_pcbdraw.py
test_pdf.py
test_position.py [Position] Added an error message for wrong file names 2022-07-13 11:33:43 -03:00
test_preflight.py [Tests] Separated kicad2step, pcbnew and eeschema tests 2022-07-14 19:23:28 -03:00
test_print_pcb.py [Tests] Separated kicad2step, pcbnew and eeschema tests 2022-07-14 19:23:28 -03:00
test_print_sch.py [Tests] Separated kicad2step, pcbnew and eeschema tests 2022-07-14 19:23:28 -03:00
test_ps.py
test_sch_errors.py
test_step.py [Tests] Separated kicad2step, pcbnew and eeschema tests 2022-07-14 19:23:28 -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: