summaryrefslogtreecommitdiff
path: root/testing/02-commands-graveyard.yarn
Commit message (Collapse)AuthorAgeFilesLines
* Example needed to quieten python yarn over the gravestoneDaniel Silverstone2017-01-021-1/+1
|
* More explanation in the graveyard yarnDaniel Silverstone2017-01-021-1/+23
|
* Add Gitorious' gravestone to the graveyard yarnDaniel Silverstone2017-01-021-0/+16
|
* Simplify yarns which create alice/main to use a new implementationDaniel Silverstone2017-01-021-4/+2
|
* testing: Reformat yarnsRichard Maw2017-01-021-28/+30
| | | | | | | | 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.
* testing: Add teardown step to all scenariosRichard Maw2016-12-181-0/+1
|
* Rename rules-patches to admin-patches since that's what they areDaniel Silverstone2016-12-181-1/+1
|
* Move graveyard list to stdout where it belongs, fix up testsDaniel Silverstone2016-12-031-1/+1
|
* testing: test that repositories can be restored and purgedRichard Maw2016-11-051-0/+42
|
* 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.