Increased project structure
This commit is contained in:
7
test/context.py
Normal file
7
test/context.py
Normal file
@@ -0,0 +1,7 @@
|
||||
"""Adjust context to add the project to the search past"""
|
||||
import os
|
||||
import sys
|
||||
sys.path.insert(0, os.path.abspath(
|
||||
os.path.join(os.path.dirname(__file__), '..')))
|
||||
|
||||
import shenzhen_solitaire
|
||||
Reference in New Issue
Block a user