aboutsummaryrefslogtreecommitdiff
path: root/tests/Tests/Readers/EPUB.hs
AgeCommit message (Collapse)AuthorFilesLines
2015-02-18Update testsMatthew Pickering1-1/+2
2014-09-25EPUB Tests: Seperating image testing from other featuresmpickering1-2/+3
2014-08-13Revised tests directory.John MacFarlane1-1/+1
Renamed some tests, introducing subsidiary directories for fb2, docx, epub. Cleaned up tests in cabal file. Combined dokuwiki-writer and dokuwiki_inline_formatting tests.
2014-08-10Improved EPUB TestsMatthew Pickering1-0/+33
Rewrote features test to remove all unimplemented features. There are now all three examples of where an image can be included in the test. 1. Cover image 2. As a spine elemnt 3. In the document Tests have also been added to make sure that the mediabag contains all these images after processing.