brendonh / pyth

Python text markup and conversion
MIT License
89 stars 79 forks source link

Fixed tests in test_writepdf.py #9

Closed eriol closed 13 years ago

eriol commented 13 years ago

Two tests in test_writepdf.py are failing because PDFWriter.write was refactored in git rev d87f7877cca5ea90c2d79979521a3db77c47eb30 loosing "method" argument. I have simply fixed PDFWriter.write signature but test_latex and test_rst due to PDFWriter.write refactoring now are testing the same thing.

I'm using this simple patch in the official pyth package for Debian.

brendonh commented 13 years ago

Thanks!

eriol commented 13 years ago

You're welcome!