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
Converting tests with a large number of assertions to separate parametrized tests will improve readability of test logs, and avoid hiding issues in subsequent tests if one fails.
These files contain a few tests that could benefit from this refactor:
tests/test_config.py
tests/test_session.py
tests/test_verify_session.py
The text was updated successfully, but these errors were encountered:
Converting tests with a large number of assertions to separate parametrized tests will improve readability of test logs, and avoid hiding issues in subsequent tests if one fails.
These files contain a few tests that could benefit from this refactor:
tests/test_config.py
tests/test_session.py
tests/test_verify_session.py
The text was updated successfully, but these errors were encountered: