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
After modifying setup_class function, pytest-testmon only run again TestClass::test_A, but not run again TestClass::test_B, and therefore still pass all (but expected to fail)
Summary
After modifying
setup_class
function,pytest-testmon
only run againTestClass::test_A
, but not run againTestClass::test_B
, and therefore still pass all (but expected to fail)Note: This pytest setup schema is similar to a real-world project, and testmon failed this case
https://github.com/astropy/astropy/blob/5c7c9dda7fcf99eb38952f7944645b8879a39531/astropy/io/votable/tests/test_vo.py#L395
The text was updated successfully, but these errors were encountered: