aboutsummaryrefslogtreecommitdiff
path: root/test/Tests/Command.hs
AgeCommit message (Expand)Author
2020-05-18Propagate (DY)LD_LIBRARY_PATH in tests (#6376)Lila
2020-03-13Update copyright year (#6186)Albert Krewinkel
2020-02-07Apply linter suggestions. Add fix_spacing to lint target in Makefile.John MacFarlane
2020-02-07Various minor cleanups and refactoring (#6117)Joseph C. Sible
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel
2019-01-31Tests: avoid calling findPandoc multiple times.John MacFarlane
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane
2018-01-19hlint code improvements.John MacFarlane
2017-10-27Automatic reformating by stylish-haskell.John MacFarlane
2017-08-14Test fixes so we can find data files.John MacFarlane
2017-08-13Fixed command tests to set local path.John MacFarlane
2017-08-11Command tests; print stderr when a test fails.John MacFarlane
2017-06-11Revert "Command tests: small change to try to fix appveyor failures."John MacFarlane
2017-06-11Command tests: small change to try to fix appveyor failures.John MacFarlane
2017-06-10Changed all readers to take Text instead of String.John MacFarlane
2017-05-25Test.Command: put stderr output at front, so it can be tested.John MacFarlane
2017-03-14Command tests: just findPandoc once.John MacFarlane
2017-03-14Small test plumbing improvement.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-04Added new test framework Tests.Command.John MacFarlane
2017-02-04Added skeleton for Tests.Command.John MacFarlane