We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7490dc commit a0f21fbCopy full SHA for a0f21fb
tests/cli_test.py
@@ -1,4 +1,3 @@
1
-import os
2
from pathlib import Path
3
from tempfile import NamedTemporaryFile
4
from os import system
@@ -53,7 +52,7 @@
53
52
"""
54
55
56
-def test_simple_header_cli(capsys):
+def test_simple_header_cli():
57
# Run pybind11-mkdoc and put the output in a temp file
58
tf = NamedTemporaryFile(suffix=".h")
59
header = DIR / "sample_header_docs" / "sample_header.h"
@@ -68,7 +67,7 @@ def test_simple_header_cli(capsys):
68
67
69
assert res == expected
70
71
-def test_simple_header_with_spaces_cli(capsys):
+def test_simple_header_with_spaces_cli():
72
73
74
header = DIR / "sample_header_docs" / "sample header with spaces.h"
0 commit comments