Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace unittest test cases with pytest #394

Open
bencap opened this issue Mar 3, 2025 · 0 comments
Open

Replace unittest test cases with pytest #394

bencap opened this issue Mar 3, 2025 · 0 comments
Labels
app: backend Task implementation touches the backend type: maintenance Maintaining this project type: tests Tests for this project

Comments

@bencap
Copy link
Collaborator

bencap commented Mar 3, 2025

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).

@bencap bencap added app: backend Task implementation touches the backend type: maintenance Maintaining this project type: tests Tests for this project labels Mar 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
app: backend Task implementation touches the backend type: maintenance Maintaining this project type: tests Tests for this project
Projects
None yet
Development

No branches or pull requests

1 participant