mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-04 15:39:43 +00:00
update tests
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user