esrf_pathlib.tests.utils#

Functions

make_path(*segments)

Construct a path under the symbolic data root for the current OS.

make_realpath(*segments)

Construct a path under the real filesystem data root for the current OS.

esrf_pathlib.tests.utils.make_path(*segments)[source]#

Construct a path under the symbolic data root for the current OS.

Return type:

str

esrf_pathlib.tests.utils.make_realpath(*segments)[source]#

Construct a path under the real filesystem data root for the current OS.

Return type:

str