Closed zachmullen closed 6 years ago
@kotfic my integration test is now succeeding, but a different one is failing, and I have no idea why, any thoughts?
First guess is it has something to do with the test_multi_file_item
fixture being set to function scope, but not cleaning up the item after the yield
All set. The extraneous changes on here are due to chance breakages in two upstream libraries where we always install the latest version: click and flake8.
Other than the
dir
thing this all looks good to me, I'd like to see an integration test with an item and two files that makes sure both files are downloaded. You might want to make atest_item_with_files
fixture