Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-01-03 | Consolidate tests into a single file | Jon Bernard | 1 | -395/+0 | |
2015-12-29 | Move CLI tests into separate file | Jon Bernard | 1 | -15/+0 | |
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. | |||||
2015-12-28 | Create new location for sync tests | Jon Bernard | 1 | -19/+0 | |
I'm going to migrate away from unittest capability in favor of pytest and its use of the py.path filesystem abstraction. It's much cleaner and easier to work with. | |||||
2015-12-28 | Move prefix tests to a separate file | Jon Bernard | 1 | -27/+0 | |
2015-12-28 | Remove half-backed tests refactoring | Jon Bernard | 1 | -0/+19 | |
2015-11-22 | Fix flake8 errors | Ratson | 1 | -40/+40 | |
2015-11-22 | Fix package and prefix test | Ratson | 1 | -1/+0 | |
2015-02-21 | Fix outstanding flake8 issues | Jon Bernard | 1 | -17/+16 | |
2015-01-13 | Add no_dot_prefix option | Ivan Malison | 1 | -1/+20 | |
This utility can easily be used for synchronizing arbitrary configuration folders with symlinks that may not necessarily be the home directory. I have encountered several use cases where the files that I want to manage with 'dotfiles' should not/can not be prefixed with a '.'. Fixes #47 | |||||
2014-07-24 | Update tests to support recent cli and core changes | Jon Bernard | 1 | -17/+20 | |
2014-07-14 | Mark known failing tests as such | Jon Bernard | 1 | -0/+3 | |
2014-07-11 | Cleanup imports and move __version__ to __init__.py | Jon Bernard | 1 | -14/+14 | |
2014-07-10 | Remove executable bit from test_basic.py | Jon Bernard | 1 | -0/+0 | |
2014-07-07 | Add unit test for adding a package file via CLI | Jon Bernard | 1 | -0/+24 | |
Re #20 | |||||
2014-07-07 | Remove accidental tabs in unit tests | Jon Bernard | 1 | -6/+6 | |
Python 2 will overlook this and continue executing, but python 3 will issue an error and exit. | |||||
2014-07-07 | Move tests into a directory | Jon Bernard | 1 | -0/+390 | |
I'm hoping to add more tests for specific features and break then into separate files so things are a bit easier to manage. |