frostfs-testcases/__init__.py
a.berezin 39bfe05f75
Some checks failed
DCO check / Commits Check (pull_request) Has been cancelled
[#315] Use abspath for files
Signed-off-by: a.berezin <a.berezin@yadro.com>
2024-10-28 23:59:38 +03:00

3 lines
72 B
Python

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