mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-11 16:04:00 +00:00
update tests and improve
This commit is contained in:
@@ -199,8 +199,7 @@ class TestImport(unittest.TestCase):
|
||||
|
||||
# fake test update
|
||||
editcontent = 'edited'
|
||||
with open(dotfile1, 'w') as f:
|
||||
f.write('edited')
|
||||
edit_content(dotfile1, editcontent)
|
||||
opts['safe'] = False
|
||||
update(opts, conf, [dotfile1])
|
||||
c2 = open(indt1, 'r').read()
|
||||
|
||||
Reference in New Issue
Block a user