Skip to content
This repository was archived by the owner on Mar 13, 2024. It is now read-only.

Commit a180c46

Browse files
committed
Fix tests
1 parent 9a4a625 commit a180c46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_dls_python3_skeleton.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def test_new_module(tmp_path: Path):
4949
check_output("pipenv", "run", "tests", cwd=module)
5050
out = ctx.value.args[0]
5151
print(out)
52-
assert "8 failed" in out
52+
assert "7 failed, 5 passed, 1 xfailed" in out
5353
assert "Please change description in ./setup.cfg" in out
5454
assert "Please change ./README.rst" in out
5555
assert "Please change ./CHANGELOG.rst" in out

0 commit comments

Comments
 (0)