1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 17:24:46 +00:00

docstring

This commit is contained in:
deadc0de6
2019-02-07 21:54:31 +01:00
parent 06203cfb94
commit f9be717ff3
17 changed files with 86 additions and 35 deletions

View File

@@ -39,7 +39,7 @@ exec bspwm
def fake_config(self, path, dotfiles, profile,
dotpath, actions, trans):
'''Create a fake config file'''
"""Create a fake config file"""
with open(path, 'w') as f:
f.write('actions:\n')
for action in actions:
@@ -74,7 +74,7 @@ exec bspwm
return path
def test_install(self):
'''Test the install function'''
"""Test the install function"""
# dotpath location
tmp = get_tempdir()