We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e495309 commit 0d7449dCopy full SHA for 0d7449d
tests/test_upload_n_download_excel.py
@@ -30,7 +30,7 @@ def setUp(self):
30
31
def test_download(self):
32
for upload_file_type in FILE_TYPE_MIME_TABLE.keys():
33
- file_name = 'test.%s' % upload_file_type
+ file_name = 'issue15.test.%s' % upload_file_type
34
for download_file_type in FILE_TYPE_MIME_TABLE.keys():
35
print("Uploading %s Downloading %s" % (
36
upload_file_type, download_file_type))
0 commit comments