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
In certain cases, this will be raised causing the module not to import, which causes a ModuleLoadException failure in the CI pipeline.
My proposed solution is to replace the checks in-test with some system to determine which phuzzer backends are available, and then to refactor the tests to use@unittest.skipUnless to automatically skip tests not able to be run with the current configuration.
The text was updated successfully, but these errors were encountered:
phuzzer/tests/test_fuzzer.py
Line 17 in cf9feab
In certain cases, this will be raised causing the module not to import, which causes a ModuleLoadException failure in the CI pipeline.
My proposed solution is to replace the checks in-test with some system to determine which phuzzer backends are available, and then to refactor the tests to use
@unittest.skipUnless
to automatically skip tests not able to be run with the current configuration.The text was updated successfully, but these errors were encountered: