We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19ac84c commit 5ec5337Copy full SHA for 5ec5337
tests/sync/test_git.py
@@ -30,6 +30,7 @@
30
ProjectTestFactoryRemoteLazyExpected = t.Callable[..., dict[str, GitRemote]]
31
32
33
+@pytest.mark.benchmark
34
@pytest.mark.parametrize(
35
# Postpone evaluation of options so fixture variables can interpolate
36
("constructor", "lazy_constructor_options"),
0 commit comments