aboutsummaryrefslogtreecommitdiff
path: root/test/Tests/Helpers.hs
AgeCommit message (Expand)AuthorFilesLines
2021-08-10Tests.Helpers: export testGolden and use it in RTF reader.John MacFarlane1-1/+22
2021-03-19Tests: factor out setupEnvironment in Test.Helpers.John MacFarlane1-0/+23
2021-02-22tests: print accurate location if a test failsAlbert Krewinkel1-1/+1
2021-02-07Avoid unnecessary use of NoImplicitPrelude pragma (#7089)Albert Krewinkel1-2/+0
2021-02-02Fixed some compiler warnings in tests.John MacFarlane1-3/+0
2021-02-02Test suite: a more robust way of testing the executable.John MacFarlane1-29/+0
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel1-1/+1
2020-09-13Fix hlint suggestions, update hlint.yaml (#6680)Christian Despres1-2/+1
2020-03-13Update copyright year (#6186)Albert Krewinkel1-1/+1
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc1-1/+1
2019-07-28Use doctemplates 0.3, change type of writerTemplate.John MacFarlane1-1/+1
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel1-1/+10
2019-01-04Cleaned up findPandoc.John MacFarlane1-11/+5
2019-01-04Tests: Fix findPandoc to work with Windows.John MacFarlane1-0/+5
2019-01-04Fix findPandoc so it works with cabalv2.John MacFarlane1-8/+23
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane1-0/+2
2017-06-11Switched Writer types to use Text.John MacFarlane1-3/+4
2017-06-10Changed all readers to take Text instead of String.John MacFarlane1-0/+4
2017-03-14Use tasty for tests rather than test-framework.John MacFarlane1-11/+7
2017-03-04Stylish-haskell automatic formatting changes.John MacFarlane1-12/+13
2017-02-04Consolidated some common functions in Tests.Helper.John MacFarlane1-0/+46
2017-02-04Moved tests/ -> test/.John MacFarlane1-0/+90