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

update tests

This commit is contained in:
deadc0de6
2019-02-07 22:11:27 +01:00
parent f9be717ff3
commit f5b9b15326
27 changed files with 69 additions and 69 deletions

View File

@@ -37,7 +37,7 @@ def get_string(length):
def get_tempdir():
"""Get a temporary directory"""
return tempfile.mkdtemp(suffix=TMPSUFFIX)
return tempfile.mkdtemp(prefix='dotdrop-tests-')
def create_random_file(directory, content=None,