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
...@@ -53,9 +53,7 @@ def test_flagSpikesBasic(spiky_data): ...@@ -53,9 +53,7 @@ def test_flagSpikesBasic(spiky_data):
@pytest.mark.slow @pytest.mark.slow
@pytest.mark.parametrize( @pytest.mark.parametrize("dat", ["course_1", "course_2", "course_3", "course_4"])
"dat", ["course_1", "course_2", "course_3", "course_4"]
)
def test_flagSpikesLimitRaise(dat, request): def test_flagSpikesLimitRaise(dat, request):
dat = request.getfixturevalue(dat) dat = request.getfixturevalue(dat)
data, characteristics = 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