aboutsummaryrefslogtreecommitdiff
path: root/haddock-test
Commit message (Collapse)AuthorAgeFilesLines
* haddock-test: A bit of refactoring for debuggabilityBen Gamari2016-05-102-9/+11
|
* testsuite: Rework handling of output sanitizationBen Gamari2016-02-083-8/+40
| | | | | | | | | 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.
* test: Compatibility with Cabal 1.23Ben Gamari2015-12-201-2/+6
|
* Fix test suite failure when used with Stack.Łukasz Hanuszczak2015-08-251-0/+5
|
* Fix bug with accepting to non-existing directory.Łukasz Hanuszczak2015-08-242-1/+8
|
* Remove redundant import statement.Łukasz Hanuszczak2015-08-221-1/+0
|
* Refactor existing code to use XHTML printer instead of XML one.Łukasz Hanuszczak2015-08-221-20/+21
|
* Create helper function for conversion between XML and XHTML.Łukasz Hanuszczak2015-08-222-1/+20
|
* Fix bug with test runner failing when run on multiple test packages.Łukasz Hanuszczak2015-08-221-2/+1
|
* Fix warning about no longer needed definition.Łukasz Hanuszczak2015-08-221-1/+0
|
* Re-implement test acceptance functionality.Łukasz Hanuszczak2015-08-221-1/+12
|
* Fix bug with unnecessary checking old test output.Łukasz Hanuszczak2015-08-222-1/+13
|
* Make test runner ignore test packages with no modules.Łukasz Hanuszczak2015-08-221-1/+1
|
* Fix path handling in test module loader.Łukasz Hanuszczak2015-08-221-4/+16
|
* Fix bug with test runner invoking Haddock in incorrect mode.Łukasz Hanuszczak2015-08-221-2/+0
|
* 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-222-1/+5
|
* Fix path handling in test runner.Łukasz Hanuszczak2015-08-221-15/+10
|
* Make Haddock test package more generic.Łukasz Hanuszczak2015-08-222-62/+78
|
* Create utility function for recursive obtaining directory contents.Łukasz Hanuszczak2015-08-221-0/+25
|
* Implement output accepting mechanism in test package.Łukasz Hanuszczak2015-08-222-1/+21
|
* Implement utility functions for conditional link stripping.Łukasz Hanuszczak2015-08-221-5/+22
|
* Refactor and simplify XHTML helper module of test package.Łukasz Hanuszczak2015-08-221-16/+24
|
* Change extension of test files used for diffing.Łukasz Hanuszczak2015-08-221-2/+2
|
* Remove no longer useful test option.Łukasz Hanuszczak2015-08-221-7/+0
|
* Adjust module visibility and items they export.Łukasz Hanuszczak2015-08-223-4/+9
|
* Create convenience wrappers to simplify in test entry points.Łukasz Hanuszczak2015-08-222-0/+8
|
* Make Haddock test package more generic.Łukasz Hanuszczak2015-08-222-26/+39
|
* Move Haddock runner of HTML test suite to Haddock test package.Łukasz Hanuszczak2015-08-222-0/+118
|
* Enable all compiler warnings in Haddock test package configuration.Łukasz Hanuszczak2015-08-221-0/+1
|
* Move IO-dependent config of HTML test suite to test package.Łukasz Hanuszczak2015-08-221-2/+143
|
* Create utilities for storing directory configuration.Łukasz Hanuszczak2015-08-221-0/+22
|
* Refactor HTML test suite boilerplate to external package.Łukasz Hanuszczak2015-08-225-0/+202