neuroinformatics-unit / python-cookiecutter

Utility to create a basic Python project structure with tests, CI etc.
BSD 3-Clause "New" or "Revised" License
20 stars 3 forks source link

Test rewrite #44

Closed dstansby closed 1 year ago

dstansby commented 1 year ago

This cleans up the test, with the following goals:

This ended up being a bit of a re-write - sorry for the large diff! But this should make it a lot easier to extend the tests in the future. If anything doesn't make sense please let me know!