Skip to content

Commit

Permalink
testing a fix for the offending test
Browse files Browse the repository at this point in the history
  • Loading branch information
john-science committed May 15, 2024
1 parent 36212c8 commit ca93905
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions armi/bookkeeping/db/tests/test_databaseInterface.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,11 @@ def test_interactBOL(self):
self.dbi.interactBOL()
self.assertIsNotNone(self.dbi._db)

for _ in range(10):
crumb = os.path.join(PROJECT_ROOT, "armiRun.h5")
if os.path.exists(crumb):
os.remove(crumb)

def test_distributable(self):
self.assertEqual(self.dbi.distributable(), 4)
self.dbi.interactDistributeState()
Expand Down

0 comments on commit ca93905

Please sign in to comment.