mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-28 09:22:38 +02:00

- 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>
20 lines
175 B
Text
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
|