KiBot/tests/test_plot
SET 422641a295 More robust behavior when the Python cache interferes.
Files using macros can't be cached. Now if we find caches for them we
try to delete the caches (pypi installation for example). If we can't
remove the files a warning is generated.
If we fail to load a plug-in an error explaining it is generated.
Also added a test to reproduce it.
2020-08-18 21:44:09 -03:00
..
README.md Add a basic plot test 2018-07-31 17:36:56 +01:00
force_xlsx_error.py Renamed the kiplot module as kibot. 2020-08-16 22:04:03 -03:00
test_bom.py Renamed the kiplot module as kibot. 2020-08-16 22:04:03 -03:00
test_drill.py Fixed flake8 warnings. 2020-07-22 18:16:18 -03:00
test_dxf.py For some reason Python sys.path vector has a limit and I was abusing it. 2020-06-15 15:14:53 -03:00
test_gerber.py Renamed the kiplot module as kibot. 2020-08-16 22:04:03 -03:00
test_hpgl.py Added HPGL and PS autoscaling tests. 2020-07-08 23:16:04 -03:00
test_ibom.py Renamed the kiplot module as kibot. 2020-08-16 22:04:03 -03:00
test_int_bom.py Renamed the kiplot module as kibot. 2020-08-16 22:04:03 -03:00
test_kicad_config_errors.py Renamed the kiplot module as kibot. 2020-08-16 22:04:03 -03:00
test_misc.py More robust behavior when the Python cache interferes. 2020-08-18 21:44:09 -03:00
test_pcbdraw.py Added support for PcbDraw 2020-07-11 13:49:03 -03:00
test_pdf.py For some reason Python sys.path vector has a limit and I was abusing it. 2020-06-15 15:14:53 -03:00
test_position.py Added default output file name pattern. 2020-07-23 18:26:03 -03:00
test_preflight.py Renamed the kiplot module as kibot. 2020-08-16 22:04:03 -03:00
test_print_pcb.py Changed default file name for pdf_pcb_print 2020-07-12 16:17:38 -03:00
test_print_sch.py Renamed the kiplot module as kibot. 2020-08-16 22:04:03 -03:00
test_ps.py Added HPGL and PS autoscaling tests. 2020-07-08 23:16:04 -03:00
test_sch_errors.py Renamed the kiplot module as kibot. 2020-08-16 22:04:03 -03:00
test_script_checks.py Renamed the kiplot module as kibot. 2020-08-16 22:04:03 -03:00
test_step.py Changed default name for step files (adds -3D) 2020-07-12 18:55:08 -03:00
test_svg.py Added tests for: 2020-07-08 23:34:45 -03:00
test_yaml_errors.py Renamed the kiplot module as kibot. 2020-08-16 22:04:03 -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: