Skip to content
Snippets Groups Projects
Commit c66c94c7 authored by Florian Bruhin's avatar Florian Bruhin
Browse files

blackify

parent 6fdee4d0
No related branches found
No related tags found
No related merge requests found
Pipeline #235247 passed
......@@ -409,13 +409,16 @@ def test_project_notebook_no_cells(
assert result.stdout == golden_special.out["output"]
@pytest.mark.parametrize("count, upper", [
pytest.param(0, False, id="0"),
pytest.param(2, False, id="2"),
pytest.param(2, True, id="2_upper"),
pytest.param(3, False, id="3"),
pytest.param(3, False, id="3_upper"),
])
@pytest.mark.parametrize(
"count, upper",
[
pytest.param(0, False, id="0"),
pytest.param(2, False, id="2"),
pytest.param(2, True, id="2_upper"),
pytest.param(3, False, id="3"),
pytest.param(3, False, id="3_upper"),
],
)
def test_project_notebook_topic_selection(
runner: Runner,
golden_special: GoldenTestFixture,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment