Skip to content

Commit

Permalink
debug dir
Browse files Browse the repository at this point in the history
  • Loading branch information
RAHenriksen committed Nov 13, 2024
1 parent 64b5c29 commit 8a9da36
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/test_simple.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ class TestBifrostMinReadCheck:

@classmethod
def setup_class(cls):

bifrost_install_dir = os.environ["BIFROST_INSTALL_DIR"]
print(f"BIFROST_DB_KEY: {bifrost_install_dir}")
print(f"BIFROST_DB_KEY: {os.environ.get('BIFROST_DB_KEY')}")
exit(1)
client = pymongo.MongoClient(os.environ["BIFROST_DB_KEY"])
db = client.get_database()
cls.clear_all_collections(db)
Expand Down

0 comments on commit 8a9da36

Please sign in to comment.