File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ def test_central(testdir):
113
113
assert result .ret == 0
114
114
115
115
116
- def test_central_cov_min_100 (testdir ):
116
+ def test_cov_min_100 (testdir ):
117
117
script = testdir .makepyfile (SCRIPT )
118
118
119
119
result = testdir .runpytest ('-v' ,
@@ -125,7 +125,7 @@ def test_central_cov_min_100(testdir):
125
125
assert result .ret == 1
126
126
127
127
128
- def test_central_cov_min_50 (testdir ):
128
+ def test_cov_min_50 (testdir ):
129
129
script = testdir .makepyfile (SCRIPT )
130
130
131
131
result = testdir .runpytest ('-v' ,
@@ -137,7 +137,7 @@ def test_central_cov_min_50(testdir):
137
137
assert result .ret == 0
138
138
139
139
140
- def test_central_cov_min_no_report (testdir ):
140
+ def test_cov_min_no_report (testdir ):
141
141
script = testdir .makepyfile (SCRIPT )
142
142
143
143
result = testdir .runpytest ('-v' ,
You can’t perform that action at this time.
0 commit comments