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
Describe the bug
Currently some tests are skipped due to unfunctional mocking/patching. However, this test increase test coverage and should be included in the overall test suit.
To Reproduce
Steps to reproduce the behavior:
Go to any test with "pytest.mark.skip()"
Comment out the pytest skip mark
Run the test
Encounter an error
Expected behavior
Patching should patch what it should patch.
Screenshots
N/A
Additional context
This tests are located in tests/criteria
The text was updated successfully, but these errors were encountered:
Describe the bug
Currently some tests are skipped due to unfunctional mocking/patching. However, this test increase test coverage and should be included in the overall test suit.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Patching should patch what it should patch.
Screenshots
N/A
Additional context
This tests are located in tests/criteria
The text was updated successfully, but these errors were encountered: