Skip to content

Commit

Permalink
still more tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean-McCann-HG committed Apr 21, 2024
1 parent a896ed0 commit 95e8206
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions QGIS-AIMS-Plugin/test/DataManager_Test.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ def setUp(self):

def initDM(self) -> DataManager:
global INIT
print(f'Test_3_DataManagerCFRF -- INIT: {INIT}')
dm = DataManager(initialise=INIT)
print(f'Test 3 ADL: {dm.persist.ADL}')
if INIT: INIT = False
Expand Down Expand Up @@ -178,6 +179,7 @@ def setUp(self):

def initDM(self) -> DataManager:
global INIT
print(f'Test_4_DataManagerShift -- INIT: {INIT}')
dm = DataManager(initialise=INIT)
print(f'Test 4 ADL: {dm.persist.ADL}')
if INIT: INIT = False
Expand Down Expand Up @@ -218,6 +220,7 @@ def setUp(self):

def initDM(self) -> DataManager:
global INIT
print(f'Test_5_DataManagerChangeFeed -- INIT: {INIT}')
dm = DataManager(initialise=INIT)
print(f'Test 5 ADL: {dm.persist.ADL}')
if INIT: INIT = False
Expand Down Expand Up @@ -289,6 +292,7 @@ def setUp(self):

def initDM(self) -> DataManager:
global INIT
print(f'Test_6_DataManagerResolutionFeed -- INIT: {INIT}')
dm = DataManager(initialise=INIT)
print(f'Test 6 ADL: {dm.persist.ADL}')
if INIT: INIT = False
Expand Down

0 comments on commit 95e8206

Please sign in to comment.