ihatemoney/.gitignore
Éloi Rivard 21408f8bc9 tests: migrate to pytest
- replace setUp/tearDown with pytest fixtures
- rename test classes to use the pytest convention
- use pytest assertions

Co-authored-by: Glandos <bugs-github@antipoul.fr>
2023-10-01 23:33:36 +02:00

20 lines
175 B
Text

*.pyc
*.egg-info
dist
.venv
docs/_build/
.tox
dist
.cache/
build
.vscode
.env
.pytest_cache
ihatemoney/budget.db
.idea/
.envrc
.DS_Store
.idea
.python-version
.coverage*
prof