Commit Graph

20 Commits

Author SHA1 Message Date
Salvador E. Tropea 7c3f273684 Basic KiCost support. 2021-03-31 12:27:55 -03:00
Salvador E. Tropea 4ba31115d2 Added information about KiCad paths on MacOSX 2020-10-20 13:28:24 -03:00
Salvador E. Tropea 2d55859782 Code style fixes (flake8) 2020-10-17 12:03:06 -03:00
Salvador E. Tropea 270816c97f Added `mcpyrate` test case to experiments. 2020-10-17 11:10:16 -03:00
Salvador E. Tropea 17aafd88a0 Adapted the speed meassurement script 2020-10-16 19:26:07 -03:00
Salvador E. Tropea b3d806587a Added information about KiCad PCB module attributes. 2020-09-02 15:17:58 -03:00
Salvador E. Tropea 59a1872310 Added my notes about KiBoM and IBoM variants. 2020-08-28 20:16:22 -03:00
SET 1ba778f7f1 Added some exception experiments I did.
They are to verify a detail we discussed with @qu1ck about a patch
for IBoM. They aren't very interesting, but they are a playground
to test Python 2/3 exception details.
2020-08-19 11:47:09 -03:00
SET 71d1ee3bc7 Added better generic example generation.
To add more realistic defaults.
2020-08-15 23:59:39 -03:00
SET 6d09d662be Fixed flake8 style details 2020-08-11 12:46:36 -03:00
Salvador E. Tropea 648724f886 Added the script used to compare performance. 2020-07-22 17:43:12 -03:00
Salvador E. Tropea c3ae2be7c3 Added YAML syntax test script. 2020-07-22 17:39:44 -03:00
Salvador E. Tropea adb9e26750 Added examples of problems using Coverage.py with macros. 2020-06-27 20:38:16 -03:00
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
Salvador E. Tropea cb809cbb8d Added documentation for the technique used for the automagic doc 2020-06-23 11:17:53 -03:00
Salvador E. Tropea a066887744 Modified the macros examples to make them as similar as possible.
So a diff between them is minimal.
2020-06-23 11:16:58 -03:00
Salvador E. Tropea bcb35e90ef Renamed test_mymacros.py to try_mymacros.py for pytest
They aren't regression tests.
2020-06-23 10:36:10 -03:00
Salvador E. Tropea 458d4ba0a9 Removed flake8 issues 2020-06-23 10:27:11 -03:00
Salvador E. Tropea 2bb2bd2034 Added preliminary tests to add "automagic" documenation for the output options 2020-06-22 19:47:37 -03:00
Salvador E. Tropea 734d2b9c35 Added an evaluation of "Strict YAML" to replace "PyYAML".
Conclusion: not worth the effort
2020-06-21 11:57:03 -03:00