Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-02-03 | Remove unused import to make flake8 happy | 1 | -1/+0 | ||
2016-02-03 | Simplify CLI status test | 1 | -9/+1 | ||
2016-01-22 | Simplify test fixtures into a single repository | 1 | -4/+5 | ||
2016-01-17 | Split tests into separate files | 1 | -0/+18 | ||
2016-01-03 | Consolidate tests into a single file | 1 | -10/+0 | ||
2015-12-31 | Add new click-based CLI | 1 | -13/+7 | ||
2015-12-29 | Move CLI tests into separate file | 1 | -0/+16 | ||
The intent is for each file in dotfiles/ to have a matching test file in tests/ so there is less confusion about which test files are testing which bits of functionality and where to look. |