summaryrefslogtreecommitdiff
path: root/testing/02-commands-help.yarn
Commit message (Collapse)AuthorAgeFilesLines
* Add a version number system to GitanoDaniel Silverstone2017-01-151-0/+4
|
* Add some notes to the help yarnDaniel Silverstone2017-01-021-4/+18
|
* testing: Reformat yarnsRichard Maw2017-01-021-55/+57
| | | | | | | | We got some weird indentations because some code editors normalise whitespace and do so to different levels. This also took the opportunity to re-justify the text too.
* Remove readme command, and (somewhat) empty testDaniel Silverstone2017-01-021-2/+0
|
* testing: Add teardown step to all scenariosRichard Maw2016-12-181-0/+1
|
* Ensure the tests actually run under HTTP modeDaniel Silverstone2016-12-161-27/+27
|
* testing: Add smoke testing for help outputv0.2Richard Maw2016-12-031-0/+57
|
* Add empty command yarnsDaniel Silverstone2013-06-221-0/+1
In order that we can test every command individually, we want a yarn for each command. These tests should be run before any of the more complex scenarios. As such, we group them all under 02-commands. For now, these yarn files are empty. As time goes by we will add tests for everything these commands can do.