neuroinformatics-unit / python-cookiecutter

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

Add tests #20

Closed adamltyson closed 1 year ago

adamltyson commented 1 year ago

There are lots of things we should test in this repo, but one simple(ish) one is to ensure that the built repository passes it's own linting checks, so we don't have to fix things like #19

JoeZiminski commented 1 year ago

I started this in a team coding a while back but didn't look at it since, have created #21 we could use as a basis to discuss / implement these

adamltyson commented 1 year ago

pytest-cookies seems like a handy tool for this.