summaryrefslogtreecommitdiff
path: root/testing/02-commands-destroy.yarn
Commit message (Collapse)AuthorAgeFilesLines
* Split up the destroy yarn a bitDaniel Silverstone2017-01-021-1/+29
|
* Simplify yarns which create alice/main to use a new implementationDaniel Silverstone2017-01-021-3/+1
|
* Complete cleanups that Richard startedDaniel Silverstone2017-01-021-27/+29
|
* testing: Add teardown step to all scenariosRichard Maw2016-12-181-0/+2
|
* Rename rules-patches to admin-patches since that's what they areDaniel Silverstone2016-12-181-1/+1
|
* Switch destroy to use stdout instead of stderr when it ought toDaniel Silverstone2016-12-031-1/+1
|
* testing: Check delete token expiryRichard Maw2016-11-051-0/+19
|
* testing: Add yarn for testing repository destructionRichard Maw2016-11-051-0/+31
|
* 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.