aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_cli.py
AgeCommit message (Collapse)AuthorFilesLines
2016-02-03Remove unused import to make flake8 happyGravatar Jon Bernard 1-1/+0
2016-02-03Simplify CLI status testGravatar Jon Bernard 1-9/+1
2016-01-22Simplify test fixtures into a single repositoryGravatar Jon Bernard 1-4/+5
2016-01-17Split tests into separate filesGravatar Jon Bernard 1-0/+18
2016-01-03Consolidate tests into a single fileGravatar Jon Bernard 1-10/+0
2015-12-31Add new click-based CLIGravatar Jon Bernard 1-13/+7
2015-12-29Move CLI tests into separate fileGravatar 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.