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 a006ed4 commit b4cf7fcCopy full SHA for b4cf7fc
src/example_test.py
@@ -23,6 +23,7 @@ def test_init(self) -> None:
23
((), {"A": "A"}, 1),
24
(("A", "B"), {"a": "a"}, 3),
25
(("A", "B"), {}, 2),
26
+ (("A", "B", 25, 15), {"name": "user"}, 5),
27
],
28
)
29
def test_function(self, args: Any, kwargs: Any, expected_num_args: int) -> None:
0 commit comments