Added --copy-mailcap command

This commit is contained in:
Michael Lazar
2016-07-25 23:05:47 -07:00
parent a115c7f423
commit b174135404
9 changed files with 63 additions and 22 deletions

View File

@@ -52,7 +52,7 @@ URLS = {
}
@pytest.mark.parametrize(ARGS, URLS.values(), ids=URLS.keys())
@pytest.mark.parametrize(ARGS, URLS.values(), ids=list(URLS))
def test_parser(url, modified_url, mime_type, reddit):
# Include the reddit fixture so the cassettes get generated