Skip to content

Commit

Permalink
debug test
Browse files Browse the repository at this point in the history
  • Loading branch information
RAHenriksen committed Nov 13, 2024
1 parent 8a9da36 commit 9e5d7ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_simple.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ def test_cwd():
print(f"bifrost cwd: {bifrost_install_dir}")
assert bifrost_install_dir != ""


# Main Test Class (Runs only if preliminary tests pass)
@pytest.mark.dependency(depends=["test_connection", "test_cwd"])
class TestBifrostMinReadCheck:
component_name = "bifrost_sp_ecoli_v.0.0.1"
# component_name = component_name + "__171019"
Expand Down Expand Up @@ -54,7 +55,6 @@ 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 9e5d7ae

Please sign in to comment.