summaryrefslogtreecommitdiff
path: root/testing/02-commands-count-objects.yarn
Commit message (Collapse)AuthorAgeFilesLines
* Some more notes in count-objects' yarnDaniel Silverstone2017-01-021-0/+10
|
* Simplify yarns which create alice/main to use a new implementationDaniel Silverstone2017-01-021-3/+1
|
* Complete cleanups that Richard startedDaniel Silverstone2017-01-021-11/+12
|
* testing: Add teardown step to all scenariosRichard Maw2016-12-181-0/+2
|
* testing: Test that count-objects mentions object and byte countsRichard Maw2016-11-051-0/+4
|
* testing: Add test that count objects doesn't leak repo existenceRichard Maw2016-11-051-0/+12
|
* 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.