aboutsummaryrefslogtreecommitdiff
path: root/test/Tests/Helpers.hs
AgeCommit message (Expand)Author
2025-11-24Add `xlsx` (Microsoft Excel) as an input format.Anton Antich
2024-04-25Update copyright dates to 2024.John MacFarlane
2024-04-15Command tests: include regular PATH...John MacFarlane
2023-01-10Update copyright years, it's 2023!Albert Krewinkel
2022-09-27Fix small whitespace things.John MacFarlane
2022-02-11Put id attributes on TOC entries #7907 (#7913)damon-sava-stanley
2022-01-02Copyright notices: update for 2022Albert Krewinkel
2021-08-10Tests.Helpers: export testGolden and use it in RTF reader.John MacFarlane
2021-03-19Tests: factor out setupEnvironment in Test.Helpers.John MacFarlane
2021-02-22tests: print accurate location if a test failsAlbert Krewinkel
2021-02-07Avoid unnecessary use of NoImplicitPrelude pragma (#7089)Albert Krewinkel
2021-02-02Fixed some compiler warnings in tests.John MacFarlane
2021-02-02Test suite: a more robust way of testing the executable.John MacFarlane
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel
2020-09-13Fix hlint suggestions, update hlint.yaml (#6680)Christian Despres
2020-03-13Update copyright year (#6186)Albert Krewinkel
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc
2019-07-28Use doctemplates 0.3, change type of writerTemplate.John MacFarlane
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel
2019-01-04Cleaned up findPandoc.John MacFarlane
2019-01-04Tests: Fix findPandoc to work with Windows.John MacFarlane
2019-01-04Fix findPandoc so it works with cabalv2.John MacFarlane
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane
2017-06-11Switched Writer types to use Text.John MacFarlane
2017-06-10Changed all readers to take Text instead of String.John MacFarlane
2017-03-14Use tasty for tests rather than test-framework.John MacFarlane
2017-03-04Stylish-haskell automatic formatting changes.John MacFarlane
2017-02-04Consolidated some common functions in Tests.Helper.John MacFarlane
2017-02-04Moved tests/ -> test/.John MacFarlane