aboutsummaryrefslogtreecommitdiffstats
path: root/test_dotfiles.py
AgeCommit message (Collapse)AuthorFilesLines
2012-03-08Make source compatible with Python 3Gravatar Daniel Harding 1-1/+1
Replaced a few Python 2-only idioms with equivalents that work in both Python 2 and Python 3.
2012-01-08Update remaining references to 'unmanaged'Gravatar Jon Bernard 1-1/+1
2011-11-01Add support for in-repo configuration filesGravatar Jon Bernard 1-31/+32
In addition to parsing .dotfilesrc in the user's home directory, also look for that file inside the repository. This allows you to keep your repository and it's settings together. Closes: #1
2011-10-24Made dotfiles python2.5 compatibleGravatar Remco Wendt 1-0/+2
2011-10-23Refactored tests to use an assertPathEqualsGravatar Remco Wendt 1-22/+23
2011-10-24Added glob style pattern support for the ignore optionGravatar Remco Wendt 1-2/+2
2011-10-23Added unit test for glob pattern, which fail horribly yay!Gravatar Remco Wendt 1-0/+60
2011-10-23Fixed unit tests for use on mac, since /tmp is a symlink to /private/tmpGravatar Remco Wendt 1-5/+6
2011-10-05Fix bug when syncing an unmanaged directory symlinkGravatar Jon Bernard 1-2/+37
Closes #2
2011-08-27Add unit tests for recent bugfix and move operationGravatar Jon Bernard 1-0/+85