Skip to content

Commit

Permalink
tests: migrate to pytest
Browse files Browse the repository at this point in the history
- 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>
  • Loading branch information
2 people authored and zorun committed Oct 1, 2023
1 parent 2ce7615 commit 21408f8
Show file tree
Hide file tree
Showing 9 changed files with 742 additions and 767 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ ihatemoney/budget.db
.DS_Store
.idea
.python-version

.coverage*
prof
Loading

0 comments on commit 21408f8

Please sign in to comment.