Replace unittest test cases with pytest #394
Labels
app: backend
Task implementation touches the backend
type: maintenance
Maintaining this project
type: tests
Tests for this project
When a unittest subtest fails, it can be difficult to ascertain the failure reason when compared to a pytest failure. It would also just be nice to only rely on one framework (In particular, unittest subtests and test case inheritances don't play very nice with pytest fixtures).
The text was updated successfully, but these errors were encountered: