diff options
Diffstat (limited to 'tests/test_core.py')
| -rw-r--r-- | tests/test_core.py | 18 | 
1 files changed, 0 insertions, 18 deletions
| diff --git a/tests/test_core.py b/tests/test_core.py deleted file mode 100644 index 640cac9..0000000 --- a/tests/test_core.py +++ /dev/null @@ -1,18 +0,0 @@ -from dotfiles.core import Dotfiles as Repository - - -def test_sync(homedir): -    """Basic sync operation.""" - -    contents = {'.foo': True, -                '.bar': True, -                '.baz': False} - -    homedir.setup(contents) - -    Repository(path=homedir.repo, -               homedir=homedir.path).sync() - -    # .baz should now exist and link to the correct location -    contents['.baz'] = True -    homedir.verify(contents) | 
