aboutsummaryrefslogtreecommitdiff
path: root/test/Tests/Command.hs
AgeCommit message (Expand)AuthorFilesLines
2021-09-21Command tests: raise error if command doesn't begin with `%`.John MacFarlane1-5/+7
2021-08-10Add RTF reader.John MacFarlane1-2/+2
2021-05-26Command tests: fail if a file contains no tests.John MacFarlane1-1/+4
2021-03-19Tests: Use getExecutablePath from base...John MacFarlane1-1/+1
2021-03-19Tests: factor out setupEnvironment in Test.Helpers.John MacFarlane1-13/+2
2021-03-19Fix finding of data files from test programs.John MacFarlane1-1/+2
2021-02-22Text.Pandoc.UTF8: change IO functions to return Text, not String.John MacFarlane1-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/+2
2021-02-02Test suite: a more robust way of testing the executable.John MacFarlane1-28/+33
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel1-1/+1
2020-10-07Use golden test framework for command tests.John MacFarlane1-27/+59
2020-05-18Propagate (DY)LD_LIBRARY_PATH in tests (#6376)Lila1-5/+7
2020-03-13Update copyright year (#6186)Albert Krewinkel1-1/+1
2020-02-07Apply linter suggestions. Add fix_spacing to lint target in Makefile.John MacFarlane1-1/+0
2020-02-07Various minor cleanups and refactoring (#6117)Joseph C. Sible1-3/+3
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc1-1/+2
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel1-0/+11
2019-01-31Tests: avoid calling findPandoc multiple times.John MacFarlane1-4/+3
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane1-0/+2
2018-01-19hlint code improvements.John MacFarlane1-3/+3
2017-10-27Automatic reformating by stylish-haskell.John MacFarlane1-3/+3
2017-08-14Test fixes so we can find data files.John MacFarlane1-3/+2
2017-08-13Fixed command tests to set local path.John MacFarlane1-5/+5
2017-08-11Command tests; print stderr when a test fails.John MacFarlane1-1/+4
2017-06-11Revert "Command tests: small change to try to fix appveyor failures."John MacFarlane1-4/+3
2017-06-11Command tests: small change to try to fix appveyor failures.John MacFarlane1-3/+4
2017-06-10Changed all readers to take Text instead of String.John MacFarlane1-1/+2
2017-05-25Test.Command: put stderr output at front, so it can be tested.John MacFarlane1-3/+3
2017-03-14Command tests: just findPandoc once.John MacFarlane1-4/+4
2017-03-14Small test plumbing improvement.John MacFarlane1-11/+11
2017-03-14Use tasty for tests rather than test-framework.John MacFarlane1-9/+9
2017-03-04Stylish-haskell automatic formatting changes.John MacFarlane1-16/+15
2017-02-04Consolidated some common functions in Tests.Helper.John MacFarlane1-39/+1
2017-02-04Added new test framework Tests.Command.John MacFarlane1-17/+57
2017-02-04Added skeleton for Tests.Command.John MacFarlane1-0/+91