summaryrefslogtreecommitdiff
path: root/testing/02-commands-create.yarn
Commit message (Collapse)AuthorAgeFilesLines
* Add missing finally to "created repositories have server info" yarnRichard Maw2017-05-131-0/+2
|
* adds a test for server-info files in new reposDaniel Silverstone2017-04-081-0/+13
| | | | Even new repositories need http server info files.
* Some more notes in create's yarnDaniel Silverstone2017-01-021-1/+10
|
* Simplify yarns which create alice/main to use a new implementationDaniel Silverstone2017-01-021-4/+2
|
* Complete cleanups that Richard startedDaniel Silverstone2017-01-021-13/+14
|
* 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
|
* testing: Add yarn for testing repository creationRichard Maw2016-11-051-5/+3
|
* yarns: Sketch out create testsRichard Maw2016-09-241-0/+18
|
* 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.