diff --git a/tests/integration/test_experiment.py b/tests/integration/test_experiment.py index 7be2539a..24002a90 100644 --- a/tests/integration/test_experiment.py +++ b/tests/integration/test_experiment.py @@ -3,4 +3,5 @@ @pytest.mark.longtest def test_experiment(): + print("Running experiment test...") pass