Skip to content

Commit

Permalink
Merge pull request #2 from Saevel/feature/experiment-not-deleted
Browse files Browse the repository at this point in the history
Test for experiment not being deleted
  • Loading branch information
Saevel committed Aug 11, 2020
2 parents 7bd680a + 2bedd8d commit a203fc8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tests/tracking/test_mlflow_tracking.py
Expand Up @@ -11,6 +11,7 @@ def test_experiment_exists():
print("Experiment: " + repr(experiment))

assert experiment is not None, "The experiment Tracking-Example should exist"
assert experiment.lifecycle_stage != "deleted", "The experiment must not be deleted"


def test_multiple_runs():
Expand Down

0 comments on commit a203fc8

Please sign in to comment.