KiBot/kiplot
Salvador E. Tropea f70e484780 Excluded from coverage the last line of the with document block
This isn't recorded as executed and I don't know how to inform to coverage
that this is executed. SO I'm just excluding them.
2020-06-26 14:46:09 -03:00
..
__init__.py Moved the module to the root and added a script named kiplot to call it from /usr/bin. 2020-03-10 14:49:18 -03:00
__main__.py Changed the command line parser from argparse to docopt. 2020-06-26 12:04:56 -03:00
__version__.py Bumped version to 0.4.0. 2020-06-17 15:38:49 -03:00
config_reader.py Changed the command line parser from argparse to docopt. 2020-06-26 12:04:56 -03:00
docopt.py Changed the command line parser from argparse to docopt. 2020-06-26 12:04:56 -03:00
error.py Major code refactor 2020-06-19 15:54:55 -03:00
kiplot.py Changed the command line parser from argparse to docopt. 2020-06-26 12:04:56 -03:00
log.py Made flake8 compliant 2020-03-22 20:16:57 -03:00
macros.py Created a decorator to register the preflight options 2020-06-26 14:45:33 -03:00
misc.py Added STEP file output 2020-06-15 13:21:24 -03:00
out_any_drill.py Excluded from coverage the last line of the with document block 2020-06-26 14:46:09 -03:00
out_any_layer.py Excluded from coverage the last line of the with document block 2020-06-26 14:46:09 -03:00
out_base.py Outputs help and options review 2020-06-25 09:05:46 -03:00
out_dxf.py Excluded from coverage the last line of the with document block 2020-06-26 14:46:09 -03:00
out_excellon.py Excluded from coverage the last line of the with document block 2020-06-26 14:46:09 -03:00
out_gerb_drill.py Added a macro decorator to register output classes. 2020-06-25 11:32:13 -03:00
out_gerber.py Excluded from coverage the last line of the with document block 2020-06-26 14:46:09 -03:00
out_hpgl.py Excluded from coverage the last line of the with document block 2020-06-26 14:46:09 -03:00
out_ibom.py Excluded from coverage the last line of the with document block 2020-06-26 14:46:09 -03:00
out_kibom.py Excluded from coverage the last line of the with document block 2020-06-26 14:46:09 -03:00
out_pdf.py Excluded from coverage the last line of the with document block 2020-06-26 14:46:09 -03:00
out_pdf_pcb_print.py Excluded from coverage the last line of the with document block 2020-06-26 14:46:09 -03:00
out_pdf_sch_print.py Excluded from coverage the last line of the with document block 2020-06-26 14:46:09 -03:00
out_position.py Excluded from coverage the last line of the with document block 2020-06-26 14:46:09 -03:00
out_ps.py Excluded from coverage the last line of the with document block 2020-06-26 14:46:09 -03:00
out_step.py Excluded from coverage the last line of the with document block 2020-06-26 14:46:09 -03:00
out_svg.py Excluded from coverage the last line of the with document block 2020-06-26 14:46:09 -03:00
pre_base.py Added preflights help. 2020-06-25 10:31:23 -03:00
pre_check_zone_fills.py Created a decorator to register the preflight options 2020-06-26 14:45:33 -03:00
pre_drc.py Created a decorator to register the preflight options 2020-06-26 14:45:33 -03:00
pre_erc.py Created a decorator to register the preflight options 2020-06-26 14:45:33 -03:00
pre_filters.py Created a decorator to register the preflight options 2020-06-26 14:45:33 -03:00
pre_ignore_unconnected.py Created a decorator to register the preflight options 2020-06-26 14:45:33 -03:00
pre_update_xml.py Created a decorator to register the preflight options 2020-06-26 14:45:33 -03:00