aboutsummaryrefslogtreecommitdiffstats
path: root/test_dotfiles.py
diff options
context:
space:
mode:
authorGravatar Jesús García Crespo <jesus@sevein.com> 2013-02-26 11:44:25 -0800
committerGravatar Jon Bernard <jbernard@tuxion.com> 2013-11-07 09:38:44 -0500
commit896e0fb99d62be8f19dff79e41c9a2bd7ea723b1 (patch)
treeaef3e8f7c9cc31928726133c94b5c91cb1cbb71d /test_dotfiles.py
parentc97f331ea2ebe7ae46ea04f81cfc01eba7ef7a75 (diff)
downloaddotfiles-896e0fb99d62be8f19dff79e41c9a2bd7ea723b1.tar.gz
dotfiles-896e0fb99d62be8f19dff79e41c9a2bd7ea723b1.tar.bz2
dotfiles-896e0fb99d62be8f19dff79e41c9a2bd7ea723b1.zip
Remove unneeded whitespaces and fix typo
Diffstat (limited to 'test_dotfiles.py')
-rwxr-xr-xtest_dotfiles.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test_dotfiles.py b/test_dotfiles.py
index 88ffe67..cce8009 100755
--- a/test_dotfiles.py
+++ b/test_dotfiles.py
@@ -180,7 +180,7 @@ class DotfilesTestCase(unittest.TestCase):
self.assertPathEqual(
os.path.join(self.repository, original),
os.path.join(self.homedir, symlink))
-
+
def test_packages(self):
"""
Test packages.
@@ -197,7 +197,7 @@ class DotfilesTestCase(unittest.TestCase):
os.makedirs(dirname)
touch(path)
- # Create Dotiles object
+ # Create Dotfiles object
dotfiles = core.Dotfiles(
homedir=self.homedir, repository=self.repository,
prefix='', ignore=[], externals={}, packages=['package'],