Files
labs-information-security/lab5-account-manager-security/tests/conftest.py
T
2026-07-12 14:06:45 +04:00

6 lines
110 B
Python

import sys
import os
sys.path.insert(0, os.path.abspath(
os.path.join(os.path.dirname(__file__), "..")))