aboutsummaryrefslogtreecommitdiff
path: root/Command/Test.hs
Commit message (Expand)AuthorAge
* remove 163 lines of code without changing anything except importsGravatar Joey Hess2016-01-20
* wire tasty's option parser into the main program option parserGravatar Joey Hess2015-07-13
* support cmdnorepo actions, also using getopt-applicative thereGravatar Joey Hess2015-07-08
* convert all commands to work with optparse-applicativeGravatar Joey Hess2015-07-08
* started converting to use optparse-applicativeGravatar Joey Hess2015-07-08
* update my email address and homepage urlGravatar Joey Hess2015-01-21
* doh't use "def" for command definitions, it conflicts with Data.Default.defGravatar Joey Hess2014-10-14
* add new section for testing commandsGravatar Joey Hess2014-08-01
* expose tasty test suite's option parserGravatar Joey Hess2014-01-21
* fix inversion of control in CommandSeek (no behavior changes)Gravatar Joey Hess2014-01-20
* Really fix FTBFS on mipsel and sparc due to test suite not being available on...Gravatar Joey Hess2014-01-17
* Fix FTBFS on mipsel and sparc due to test suite not being available on those ...Gravatar Joey Hess2014-01-15
* add section metadata to all commandsGravatar Joey Hess2013-03-24
* break dependency cycle by special casing running of test commandGravatar Joey Hess2013-02-27
* embed test suite into git annex; available by running: git annex testGravatar Joey Hess2013-02-27