aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_dotfile.py
AgeCommit message (Collapse)AuthorFilesLines
2016-01-01Implement dotfile state managementGravatar Jon Bernard 1-5/+51
2015-12-31Add invalid test for dotfile classGravatar Jon Bernard 1-0/+17
2015-12-30Use pytest parametrize to simplify testsGravatar Jon Bernard 1-73/+33
2015-12-29Add dotfile class reworkGravatar Jon Bernard 1-0/+112
This version of the dotfile class uses py.path.local and removes much of the cruft of using os.path and it's associated requirements. There are still a few things missing, namely dry_run mode where commands are printed instead of executed and force sync. They will be included as required.