frostfs-testcases/__init__.py
a.berezin 04378b992c [#315] Use relpath for files
Signed-off-by: a.berezin <a.berezin@yadro.com>
2024-11-07 15:41:14 +03:00

3 lines
72 B
Python

import os
TESTS_BASE_PATH = os.path.dirname(os.path.relpath(__file__))