1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 18:34:48 +00:00

improve tests

This commit is contained in:
deadc0de6
2018-11-15 18:45:57 +01:00
parent ba31a9ad93
commit 0d407337ea
3 changed files with 12 additions and 4 deletions

View File

@@ -119,7 +119,7 @@ exec bspwm
self.addCleanup(clean, dir1)
dst6 = os.path.join(dst, get_string(6))
# fill with files
sub1, _ = create_random_file(dir1)
sub1, _ = create_random_file(dir1, template=True)
self.assertTrue(os.path.exists(sub1))
sub2, _ = create_random_file(dir1)
self.assertTrue(os.path.exists(sub2))