archive
/
md-pdf
Archived
1
Fork 0

Actually test the file is output

This commit is contained in:
Jake Howard 2017-06-01 22:06:08 +01:00
parent 8b914d8ae2
commit c563129d5d
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ class PDFRendererTestCase(BaseTestCase):
def test_renders(self):
export_pdf(self.content, self.BASE_VALID_CONFIG)
self.assertTrue(os.path.isfile(self.output_file_path))
def test_title(self):
context = export_pdf(self.content, self.BASE_VALID_CONFIG)