CenterForOpenScience / aiohttpretty

A simple asyncio compatible httpretty mock using aiohttp
12 stars 11 forks source link

[SVCS-230] Show missing parameters when reporting an unhandled url and add unittest #8

Closed Johnetordoff closed 7 years ago

Johnetordoff commented 7 years ago

Purpose

It will give the URL that caused the failure, but does not show the query parameters sent along, this ticket remedies this. It also adds unit tests to ensure reliability.

Changes

Modifies error messages and and add tests directory with general test file.

Side Effect

None that I know of.

Ticket

https://openscience.atlassian.net/browse/SVCS-230

felliott commented 7 years ago

:+1: Merged into develop as 2eb9c92829e5ffea875e3fb40252b6c0ffe3502d and fb220cb509651b164941bd45a943f0a1667f78d9.