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
I would expect the exception to ripple up but it seems like it is swallowed and the tests in the failing test case are ignored. The result is a faulty positive.
The text was updated successfully, but these errors were encountered:
(sigh) Ah, yes upstream setUpClass behavior is a travesty which I have longbeendealingwith.
I'd welcome help finding and fixing the problem. It will most likely be in one of these functions. If you are on Python 3.7 or earlier, you'll want to focus on _handleClassSetUpPre38, otherwise look at _handleClassSetUpPost38.
Otherwise, post your output of green --version and your OS version and I'll see if I can get to it sometime.
I would expect the exception to ripple up but it seems like it is swallowed and the tests in the failing test case are ignored. The result is a faulty positive.
The text was updated successfully, but these errors were encountered: