KiBot/tests/test_plot
Salvador E. Tropea 6b344a094b [Diff][Fixed] Problems when no changes to stash
- "git stash push" always returns 0, even if nothing was stashed.
- But "git stash pop" returns 1 if nothing stashed.
- So now we check using "git stash list".

Related to #265
2022-08-31 07:50:09 -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] Fixed missing GS.ki* in kiconf_init.py 2022-08-01 18:54:28 -03:00
test_bom.py Simplified the tests 2022-06-10 19:55:13 -03:00
test_dep_downloader.py [Tests] ImageMagick available again 2022-07-13 06:32:11 -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 Now GS.ki5() and GS.ki6() are just GS.ki5 and GS.ki6 2022-07-31 17:45:55 -03:00
test_hpgl.py Simplified the tests 2022-06-10 19:55:13 -03:00
test_ibom.py [Tests] Run slow tests separately 2022-07-09 16:33:09 -03:00
test_int_bom.py [BoM] Added support for text variables expansion 2022-08-12 09:09:09 -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 [Diff][Fixed] Problems when no changes to stash 2022-08-31 07:50:09 -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 [Position] Added an error message for wrong file names 2022-07-13 11:33:43 -03:00
test_preflight.py [Global options] Restore the project at exit 2022-08-19 09:39:25 -03:00
test_print_pcb.py [Tests] Added regression test for KiCad 6 nested zones 2022-08-12 10:44:23 -03:00
test_print_sch.py [Tests] Separated kicad2step, pcbnew and eeschema tests 2022-07-14 19:23:28 -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 [Experiment] Trying to figure out why KiAuto isn't using the interposer 2022-07-30 12:48:31 -03:00
test_svg.py More test simplifications 2022-06-10 21:09:34 -03:00
test_yaml_errors.py [DRC] Added Workaround for problems with DRC exclusions 2022-08-10 14:01:32 -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: