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