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 e684d49 commit 081bd69Copy full SHA for 081bd69
tests/test_document.py
@@ -201,8 +201,6 @@ def test_document_teardown(
201
(build_dir / "file1.pdf").write_text("test")
202
(build_dir / "file2.pdf").write_text("test")
203
204
- # Set verbose mode to enable debug logging
205
- # baker_options.verbose = True
206
baker = PDFBaker(baker_config, options=baker_options)
207
doc = PDFBakerDocument(baker, baker.config, doc_dir)
208
assert doc.config.name == "test_doc"
0 commit comments