sprint1: base func
This commit is contained in:
0
tests/__init__.py
Normal file
0
tests/__init__.py
Normal file
7
tests/test_interface.py
Normal file
7
tests/test_interface.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from nts_ntu.app import InfDBInterface
|
||||
from nts_ntu.config import test_config
|
||||
|
||||
|
||||
def test_intarface_creation():
|
||||
interface = InfDBInterface(config=test_config)
|
||||
assert interface.org == "MyOrg"
|
Reference in New Issue
Block a user