mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-04 18:34:48 +00:00
improve tests
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user