We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48200a2 commit e56081fCopy full SHA for e56081f
testing/test_terminal.py
@@ -65,7 +65,7 @@ def option(request):
65
return request.param
66
67
68
-@pytest.mark.parametrize("
+@pytest.mark.parametrize(
69
"input,expected",
70
[
71
([DistInfo(project_name="test", version=1)], ["test-1"]),
0 commit comments