Skip to content

Commit f69166a

Browse files
committed
Also trigger the sqlite warning.
1 parent 9dabad3 commit f69166a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_pytest_cov.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1352,7 +1352,7 @@ def test_filterwarnings_error(testdir):
13521352
testdir.makepyfile(mod=MODULE)
13531353
testdir.makepyfile(plug=CONFTEST)
13541354
script = testdir.makepyfile(BASIC_TEST)
1355-
result = testdir.runpytest('-v', '--cov=mod', '--cov-report=term-missing', '-p', 'plug', script)
1355+
result = testdir.runpytest('-v', '--cov=mod', '--cov-report=xml', '--cov-report=term-missing', '-p', 'plug', script)
13561356
assert result.ret == 0
13571357
result.stdout.fnmatch_lines(['* 1 passed *'])
13581358
result.stderr.fnmatch_lines(

0 commit comments

Comments
 (0)