frostfs-testcases/__init__.py
a.berezin b7669fc96f [#315] Use relpath for files
Signed-off-by: a.berezin <a.berezin@yadro.com>
2024-10-29 13:32:07 +03:00

3 lines
72 B
Python

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