mirror of
https://github.com/aljazceru/python-teos.git
synced 2025-12-17 14:14:22 +01:00
Fixes and tests updates
Updates tests so they run with the db_manager and fixes some bugs introduced in d7d42c9.
This commit is contained in:
@@ -38,8 +38,8 @@ with open(PISA_SECRET_KEY, "r") as key_file:
|
||||
|
||||
|
||||
@pytest.fixture(scope="module")
|
||||
def watcher():
|
||||
return Watcher()
|
||||
def watcher(db_manager):
|
||||
return Watcher(db_manager)
|
||||
|
||||
|
||||
def generate_dummy_appointment():
|
||||
|
||||
Reference in New Issue
Block a user