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
Certain tests that run through the hutch-python logging setup mechanisms can break other tests that test the logging mechanism when they fail, because they also fail to clean up the mess they've made.
Possible Solution
Use fixtures or try/except for cleanup
The text was updated successfully, but these errors were encountered:
Expected Behavior
All unit tests should be independent
Current Behavior
Certain tests that run through the hutch-python logging setup mechanisms can break other tests that test the logging mechanism when they fail, because they also fail to clean up the mess they've made.
Possible Solution
Use fixtures or try/except for cleanup
The text was updated successfully, but these errors were encountered: