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

Consolidate All Tests to Use Pytest Framework #43

Open
theo-barfoot opened this issue Jun 22, 2023 · 0 comments
Open

Consolidate All Tests to Use Pytest Framework #43

theo-barfoot opened this issue Jun 22, 2023 · 0 comments

Comments

@theo-barfoot
Copy link
Collaborator

Our test suite currently uses a mix of unittest and pytest for different tests. In order to simplify our testing approach, improve flexibility, and leverage the powerful features offered by pytest (like fixtures and parameterized tests), I propose we transition all tests to use the pytest framework.

This change will involve updating existing unittest-style tests to pytest and ensuring all new tests are written using pytest.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant