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 9
9
from libvcs .pytest_plugin import CreateRepoPytestFixtureFn
10
10
11
11
12
+ @pytest .mark .benchmark
12
13
@pytest .mark .skipif (not shutil .which ("git" ), reason = "git is not available" )
13
14
def test_create_git_remote_repo (
14
15
create_git_remote_repo : CreateRepoPytestFixtureFn ,
@@ -22,6 +23,7 @@ def test_create_git_remote_repo(
22
23
assert git_remote_1 != git_remote_2
23
24
24
25
26
+ @pytest .mark .benchmark
25
27
@pytest .mark .skipif (not shutil .which ("svn" ), reason = "svn is not available" )
26
28
def test_create_svn_remote_repo (
27
29
create_svn_remote_repo : CreateRepoPytestFixtureFn ,
@@ -35,6 +37,7 @@ def test_create_svn_remote_repo(
35
37
assert svn_remote_1 != svn_remote_2
36
38
37
39
40
+ @pytest .mark .benchmark
38
41
def test_plugin (
39
42
pytester : pytest .Pytester ,
40
43
monkeypatch : pytest .MonkeyPatch ,
You can’t perform that action at this time.
0 commit comments