128
173
... assert os.path.isfile(upload_filename)
129
174
... assert get_md5(filename) == get_md5(upload_filename)
131
182
Finally, we'll just create an entirely empty upload folder. We rely for
132
183
our tests on a poppy-like naming system, ie. that the upload folder
133
184
end with 000004 (being our fourth upload).