sprint1: base func

This commit is contained in:
2024-01-12 20:22:48 +03:00
parent 1354af0262
commit fe4ec551b5
13 changed files with 832 additions and 0 deletions

0
tests/__init__.py Normal file
View File

7
tests/test_interface.py Normal file
View 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"