Predefined Fixtures

conftest.test_dir()[source]

This fixture provides a pathlib.Path pointing to the unique, isolated test directory for the current test.

Returns:

The path to the test directory.

Return type:

path

conftest.default_condor(test_dir)[source]