Skip to content
Snippets Groups Projects
Commit 8cc97727 authored by Aurélien Lamercerie's avatar Aurélien Lamercerie
Browse files

Test modules refactoring

parent ccbfc09f
No related branches found
No related tags found
1 merge request!1Master
Showing
with 1332 additions and 0 deletions
import os, sys
CURRENT_DIRPATH = os.path.dirname(os.path.abspath(__file__))
LIB_PATH = os.path.dirname(f'{CURRENT_DIRPATH}/../..')
print(f'Test Context: {LIB_PATH}')
sys.path.insert(0, os.path.abspath(LIB_PATH))
import tenet
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment