Test case `test_phuzzer.py` raises exceptions on import
Abierto
bug
- Lenguaje dominante
- Python
- Estrellas
- 164
- Forks
- 23
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
https://github.com/angr/phuzzer/blob/cf9feabead99ba25882cf9db49663f2cb22d6adc/tests/test_fuzzer.py#L17
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.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.