You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Our test suite currently uses a mix of
unittest
andpytest
for different tests. In order to simplify our testing approach, improve flexibility, and leverage the powerful features offered bypytest
(like fixtures andparameterized
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 usingpytest
.The text was updated successfully, but these errors were encountered: