summaryrefslogtreecommitdiffstats
path: root/store/storetest/system_store.go
Commit message (Collapse)AuthorAgeFilesLines
* avoid t.Fatal() in tests (#9189)Jesse Hallam2018-08-091-9/+4
| | | | | | I've been burned a few times by tests that simply fatal, requiring me to run another build to learn more about what the mismatch was. Avoid this. This is part of a long running goal of mine to make testing "better".
* MM-10121: CLI command to reset permissions system to default state. (#8637)George Goldberg2018-04-181-0/+36
| | | | | | * MM-10121: CLI command to reset permissions system to default state. * Review comment.
* store/storetest package (#7588)Chris2017-10-061-0/+58
* prerequisites * storetest package