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 4319c16 commit abb3eadCopy full SHA for abb3ead
tests/test_builders/test_build_text.py
@@ -57,7 +57,7 @@ def test_lineblock(app):
57
58
@with_text_app()
59
def test_nonascii_title_line(app):
60
- app.build()
+ app.build(force_all=True)
61
result = (app.outdir / 'nonascii_title.txt').read_text(encoding='utf8')
62
expect_underline = '*********'
63
result_underline = result.splitlines()[1].strip()
0 commit comments