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.
2 parents e9cbc49 + 5c96faa commit c6b94d8Copy full SHA for c6b94d8
tests/test_writepdf.py
@@ -80,13 +80,13 @@ def test_italic(self):
80
81
def test_latex(self):
82
doc = PythonReader.read(P[u"the-text"])
83
- pdf = PDFWriter.write(doc, method='latex').getvalue()
+ pdf = PDFWriter.write(doc).getvalue()
84
html = self.pdf_to_html(pdf)
85
assert "the-text" in html, html
86
87
def test_rst(self):
88
89
- pdf = PDFWriter.write(doc, method='rst').getvalue()
90
print pdf
91
92
0 commit comments