pytest.mark.skipif(
not os.environ.get("FMMS_TEST_DISTRIBUTED"),
reason="Set FMMS_TEST_DISTRIBUTED=1 to run",
)
| 1 | import os |
| 2 | from pathlib import Path |
| 3 | |
| 4 | os.environ.setdefault("HELION_AUTOTUNE_EFFORT", "none") |
nothing calls this directly
no outgoing calls
no test coverage detected