mirror of
https://github.com/Floriansylvain/FDJ-SLAYER.git
synced 2026-08-19 11:43:21 +02:00
refac: project dir struct + tests
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
"""
|
||||
Add the parent directory to the sys.path so the tests can import the modules from the parent dir.
|
||||
"""
|
||||
import os
|
||||
import sys
|
||||
|
||||
sys.path.insert(0, os.path.abspath(os.path.dirname(__file__)))
|
||||
Reference in New Issue
Block a user