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

Write test that creates/checks a matrix of all y/n option combinations

Open audreyfeldroy opened this issue 8 years ago • 1 comments

Ensure that the project generates without errors for every possible combination of:

  • y/n values entered
  • choices entered when selecting from a list, e.g. test all license choices

audreyfeldroy avatar Jun 05 '16 21:06 audreyfeldroy

Hey, I was just reviewing the tests and it seems all important combinations are already covered.

There are tests for with and without pytest, with and without travis autodeploy setup, with and without console script, excluding authors file (and we can add authors.rst to the list here when we feel the need), and also for all possible license options.

I think it's pretty safe to close this! :)

eliasdorneles avatar Jul 17 '16 20:07 eliasdorneles