Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-01-19 | Finish tests for dotfile class | Jon Bernard | 1 | -65/+121 | |
2016-01-17 | Split tests into separate files | Jon Bernard | 1 | -0/+89 | |
2016-01-03 | Consolidate tests into a single file | Jon Bernard | 1 | -137/+0 | |
2016-01-02 | Update dotfile tests to match recent changes | Jon Bernard | 1 | -64/+66 | |
2016-01-01 | Implement dotfile state management | Jon Bernard | 1 | -5/+51 | |
2015-12-31 | Add invalid test for dotfile class | Jon Bernard | 1 | -0/+17 | |
2015-12-30 | Use pytest parametrize to simplify tests | Jon Bernard | 1 | -73/+33 | |
2015-12-29 | Add dotfile class rework | 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. |