Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add missing finally to "created repositories have server info" yarn | Richard Maw | 2017-05-13 | 1 | -0/+2 |
| | |||||
* | adds a test for server-info files in new repos | Daniel Silverstone | 2017-04-08 | 1 | -0/+13 |
| | | | | Even new repositories need http server info files. | ||||
* | Some more notes in create's yarn | Daniel Silverstone | 2017-01-02 | 1 | -1/+10 |
| | |||||
* | Simplify yarns which create alice/main to use a new implementation | Daniel Silverstone | 2017-01-02 | 1 | -4/+2 |
| | |||||
* | Complete cleanups that Richard started | Daniel Silverstone | 2017-01-02 | 1 | -13/+14 |
| | |||||
* | testing: Add teardown step to all scenarios | Richard Maw | 2016-12-18 | 1 | -0/+2 |
| | |||||
* | Rename rules-patches to admin-patches since that's what they are | Daniel Silverstone | 2016-12-18 | 1 | -1/+1 |
| | |||||
* | testing: Add yarn for testing repository creation | Richard Maw | 2016-11-05 | 1 | -5/+3 |
| | |||||
* | yarns: Sketch out create tests | Richard Maw | 2016-09-24 | 1 | -0/+18 |
| | |||||
* | Add empty command yarns | Daniel Silverstone | 2013-06-22 | 1 | -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. |