Skip to content
Snippets Groups Projects
Commit 6df7bc0a authored by David Schäfer's avatar David Schäfer
Browse files

black

parent 8f87c75c
No related branches found
No related tags found
1 merge request!820Bump pytest from 7.4.4 to 8.0.2
This commit is part of merge request !820. Comments created here will be created in the context of that merge request.
......@@ -53,9 +53,7 @@ def test_flagSpikesBasic(spiky_data):
@pytest.mark.slow
@pytest.mark.parametrize(
"dat", ["course_1", "course_2", "course_3", "course_4"]
)
@pytest.mark.parametrize("dat", ["course_1", "course_2", "course_3", "course_4"])
def test_flagSpikesLimitRaise(dat, request):
dat = request.getfixturevalue(dat)
data, characteristics = dat()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment