bocdaz / template-python-project

A starter project template for new python project.
0 stars 0 forks source link

Add unit tests to validate the cookiecutter template #23

Closed lucasmelin closed 2 years ago

lucasmelin commented 2 years ago

The python project template needs to work flawlessly out of the box, so we should make sure that we're regularly testing that the cookiecutter still works.

We should check that we can:

We should also consider checking for out-of-date dependencies.

These checks should run on PR, and also periodically, maybe once a week.

lucasmelin commented 2 years ago

As a starting point, we can reference https://til.simonwillison.net/cookiecutter/pytest-for-cookiecutter for setting up some tests.