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

Pytest fail when warnings are raised #111

Closed adamltyson closed 4 months ago

adamltyson commented 4 months ago

Closes #46

adamltyson commented 4 months ago

I thought about adding docs for this, but I realised that the docs don't cover pytest issues at all. If users use pytest, then they're on their own if any issues come up, not just this.

Realistically, I think we should tackle #36 and add some real docs about what each of the components do.

niksirbi commented 4 months ago

Realistically, I think we should tackle https://github.com/neuroinformatics-unit/python-cookiecutter/issues/36 and add some real docs about what each of the components do.

Agreed, but I'm afraid this will be a multi-day chunk of work. Anyhow, I'm going to approve and merge this one as is.