Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Some more notes in count-objects' yarn | Daniel Silverstone | 2017-01-02 | 1 | -0/+10 |
| | |||||
* | Simplify yarns which create alice/main to use a new implementation | Daniel Silverstone | 2017-01-02 | 1 | -3/+1 |
| | |||||
* | Complete cleanups that Richard started | Daniel Silverstone | 2017-01-02 | 1 | -11/+12 |
| | |||||
* | testing: Add teardown step to all scenarios | Richard Maw | 2016-12-18 | 1 | -0/+2 |
| | |||||
* | testing: Test that count-objects mentions object and byte counts | Richard Maw | 2016-11-05 | 1 | -0/+4 |
| | |||||
* | testing: Add test that count objects doesn't leak repo existence | Richard Maw | 2016-11-05 | 1 | -0/+12 |
| | |||||
* | 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. |