conftest
File used to discover python modules and run doctest.
See https://sybil.readthedocs.io/en/latest/use.html#pytest
my_path(tmpdir_factory) #
Fixture used in doctest to create a temporary directory.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
tmpdir_factory | TempPathFactory | Temporary path factory from pytest. | required |
Returns:
| Type | Description |
|---|---|
Path | Temporary directory path. |