summaryrefslogtreecommitdiff
path: root/test/Tests/Command.hs
Commit message (Collapse)AuthorAge
* hlint code improvements.John MacFarlane2018-01-19
|
* Automatic reformating by stylish-haskell.John MacFarlane2017-10-27
|
* Test fixes so we can find data files.John MacFarlane2017-08-14
| | | | | | | In old tests & command tests, we now set the environment variable pandoc_datadir. In lua tests, we set the datadir explicitly.
* Fixed command tests to set local path.John MacFarlane2017-08-13
| | | | | | Previously we just tacked on a directory to the command line, but that didn't work when we e.g. used a pipe for round tripping, with two invocations of pandoc.
* Command tests; print stderr when a test fails.John MacFarlane2017-08-11
|
* Revert "Command tests: small change to try to fix appveyor failures."John MacFarlane2017-06-11
| | | | | | This reverts commit 0ab26ac9ebb0196691ec064820eac4e640f0d52c. Failed experiment.
* Command tests: small change to try to fix appveyor failures.John MacFarlane2017-06-11
|
* Changed all readers to take Text instead of String.John MacFarlane2017-06-10
| | | | | | | | Readers: Renamed StringReader -> TextReader. Updated tests. API change.
* Test.Command: put stderr output at front, so it can be tested.John MacFarlane2017-05-25
|
* Command tests: just findPandoc once.John MacFarlane2017-03-14
|
* Small test plumbing improvement.John MacFarlane2017-03-14
|
* Use tasty for tests rather than test-framework.John MacFarlane2017-03-14
|
* Stylish-haskell automatic formatting changes.John MacFarlane2017-03-04
|
* Consolidated some common functions in Tests.Helper.John MacFarlane2017-02-04
|
* Added new test framework Tests.Command.John MacFarlane2017-02-04
| | | | | | | Any files added under test/command will be treated as shell tests (see smart.md for an example). This makes it very easy to add regression tests etc.
* Added skeleton for Tests.Command.John MacFarlane2017-02-04