INNER CODE UNIT · Python

if_test_env

apple/ml-cvnets · common/__init__.py:38

def if_test_env(then: Any, otherwise: Any) -> Any:
    return then if "PYTEST_CURRENT_TEST" in os.environ else otherwise

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…