Initial commit
This commit is contained in:
10
tests/context.py
Normal file
10
tests/context.py
Normal file
@@ -0,0 +1,10 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
@author: Edward Middleton-Smith
|
||||
"""
|
||||
|
||||
import os
|
||||
import sys
|
||||
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), '..')))
|
||||
|
||||
import model_gen
|
||||
9
tests/test_advanced.py
Normal file
9
tests/test_advanced.py
Normal file
@@ -0,0 +1,9 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
@author: Edward Middleton-Smith
|
||||
"""
|
||||
|
||||
from .context import model_gen
|
||||
import model_gen.translation_braille
|
||||
|
||||
model_gen.translation_braille.get_defaults()
|
||||
7
tests/test_basic.py
Normal file
7
tests/test_basic.py
Normal file
@@ -0,0 +1,7 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
@author: Edward Middleton-Smith
|
||||
"""
|
||||
|
||||
from .context import model_gen
|
||||
|
||||
Reference in New Issue
Block a user