Improve tests

This commit is contained in:
Laurent Mignon
2016-10-04 17:35:54 +02:00
committed by Elmeri Niemelä
parent 7285c99802
commit bac8750461
2 changed files with 15 additions and 3 deletions

View File

@@ -180,7 +180,7 @@ class Py3oParser(report_sxw):
# we do nice chunked reading from the network...
chunk_size = 1024
with NamedTemporaryFile(
suffix=filetype.human_ext,
suffix=filetype,
prefix='py3o-template-'
) as fd:
for chunk in r.iter_content(chunk_size):