conftest.py 223 B

1234
  1. from ray.tests.conftest import ray_start_regular_shared # noqa: F401
  2. # Trigger pytest hook to automatically zip test cluster logs to archive dir on failure
  3. from ray.tests.conftest import pytest_runtest_makereport # noqa