cookiecutter-pypackage icon indicating copy to clipboard operation
cookiecutter-pypackage copied to clipboard

[Bugfix] Fixed argparse test and added cli assertions

Open PratikBhusal opened this issue 4 years ago • 2 comments

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.

PratikBhusal avatar Jun 28 '20 19:06 PratikBhusal

@michiel007,

I fixed merge conflicts. Could you verify that the changes look good after the merge?

PratikBhusal avatar Apr 04 '23 18:04 PratikBhusal

approved and tested

michiel007 avatar Apr 07 '23 08:04 michiel007