cookiecutter-pypackage
cookiecutter-pypackage copied to clipboard
[Bugfix] Fixed argparse test and added cli assertions
Fixes issue #588.
There was a typo in the unit test. pytest-cookies
is case sensitive so
using argparse
would actually make use of the click library in the
generated template.
@michiel007,
I fixed merge conflicts. Could you verify that the changes look good after the merge?
approved and tested