aboutsummaryrefslogtreecommitdiff
path: root/haddock-test/src/Test/Haddock.hs
Commit message (Collapse)AuthorAgeFilesLines
* haddock-test: A bit of refactoring for debuggabilityBen Gamari2016-05-101-9/+10
|
* testsuite: Rework handling of output sanitizationBen Gamari2016-02-081-6/+34
| | | | | | | | | Previously un-cleaned artifacts were kept as reference output, making it difficult to tell what has changed and causing spurious changes in the version control history. Here we rework this, cleaning the output during acceptance. To accomplish this it was necessary to move to strict I/O to ensure the reference handle was closed before accept attempts to open the reference file.
* Fix bug with accepting to non-existing directory.Łukasz Hanuszczak2015-08-241-1/+1
|
* Fix bug with test runner failing when run on multiple test packages.Łukasz Hanuszczak2015-08-221-2/+1
|
* Re-implement test acceptance functionality.Łukasz Hanuszczak2015-08-221-1/+12
|
* Fix bug with unnecessary checking old test output.Łukasz Hanuszczak2015-08-221-1/+3
|
* Fix bug with not all test output files being checked.Łukasz Hanuszczak2015-08-221-1/+2
|
* Make it possible to specify ignored files for test output.Łukasz Hanuszczak2015-08-221-1/+3
|
* Make Haddock test package more generic.Łukasz Hanuszczak2015-08-221-46/+44
|
* Implement output accepting mechanism in test package.Łukasz Hanuszczak2015-08-221-1/+15
|
* Change extension of test files used for diffing.Łukasz Hanuszczak2015-08-221-2/+2
|
* Adjust module visibility and items they export.Łukasz Hanuszczak2015-08-221-2/+2
|
* Create convenience wrappers to simplify in test entry points.Łukasz Hanuszczak2015-08-221-0/+4
|
* Make Haddock test package more generic.Łukasz Hanuszczak2015-08-221-19/+20
|
* Move Haddock runner of HTML test suite to Haddock test package.Łukasz Hanuszczak2015-08-221-0/+117