Skip to content

Commit

Permalink
Wednesday morning - first attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
john-science committed May 15, 2024
1 parent 42d67ec commit b8f6d0a
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 @@ -480,6 +480,11 @@ def test_badDBName(self):
# has the same name as the run to avoid overwriting.
dbi.initDB()

# sometimes this crumb is being left, let's delete it
crumb = os.path.join(PROJECT_ROOT, "armiRun.h5")
if os.path.exists(crumb):
os.remove(crumb)


class TestStandardFollowOn(unittest.TestCase):
"""Tests related to doing restart runs (loading from DB with Standard operator)."""
Expand Down

0 comments on commit b8f6d0a

Please sign in to comment.