Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-02-03 | Remove unused import to make flake8 happy | Jon Bernard | 1 | -1/+0 | |
2016-02-03 | Simplify CLI status test | Jon Bernard | 1 | -9/+1 | |
2016-01-22 | Simplify test fixtures into a single repository | Jon Bernard | 1 | -4/+5 | |
2016-01-17 | Split tests into separate files | Jon Bernard | 1 | -0/+18 | |
2016-01-03 | Consolidate tests into a single file | Jon Bernard | 1 | -10/+0 | |
2015-12-31 | Add new click-based CLI | Jon Bernard | 1 | -13/+7 | |
2015-12-29 | Move CLI tests into separate file | Jon Bernard | 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. |