File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 99from libvcs .pytest_plugin import CreateRepoPytestFixtureFn
1010
1111
12+ @pytest .mark .benchmark
1213@pytest .mark .skipif (not shutil .which ("git" ), reason = "git is not available" )
1314def test_create_git_remote_repo (
1415 create_git_remote_repo : CreateRepoPytestFixtureFn ,
@@ -22,6 +23,7 @@ def test_create_git_remote_repo(
2223 assert git_remote_1 != git_remote_2
2324
2425
26+ @pytest .mark .benchmark
2527@pytest .mark .skipif (not shutil .which ("svn" ), reason = "svn is not available" )
2628def test_create_svn_remote_repo (
2729 create_svn_remote_repo : CreateRepoPytestFixtureFn ,
@@ -35,6 +37,7 @@ def test_create_svn_remote_repo(
3537 assert svn_remote_1 != svn_remote_2
3638
3739
40+ @pytest .mark .benchmark
3841def test_plugin (
3942 pytester : pytest .Pytester ,
4043 monkeypatch : pytest .MonkeyPatch ,
You can’t perform that action at this time.
0 commit comments