KiBot/tests
Salvador E. Tropea 2f0f3f755d Changed the command line parser from argparse to docopt.
This make the code cleaner and better documented.
Now the usage is more clear, and also a little bit more strict.
I'm using a modified docopt because I preffer using args.option instead of
args['--option'], I also fixed a few flake8 issues in docopt.py.
2020-06-26 12:04:56 -03:00
..
board_samples Added tests to cover 100% of kiplot/config_reader.py 2020-06-19 23:38:09 -03:00
reference The 'check_zone_fills' option is now independent of 'run_drc' 2020-06-14 15:12:56 -03:00
test_plot Changed the command line parser from argparse to docopt. 2020-06-26 12:04:56 -03:00
utils The 'check_zone_fills' option is now independent of 'run_drc' 2020-06-14 15:12:56 -03:00
yaml_samples Now the map.type and report.filename are deprecated in favor of map and report. 2020-06-25 09:37:43 -03:00
conftest.py Recoded all the tests. I used the class I wrote for kicad-automation-scripts. 2020-05-14 13:11:31 -03:00