Files
labs-information-security/lab5-account-manager-security/tests/conftest.py
T

6 lines
110 B
Python
Raw Normal View History

2026-07-12 14:06:45 +04:00
import sys
import os
sys.path.insert(0, os.path.abspath(
os.path.join(os.path.dirname(__file__), "..")))