Releases: ShipChain/python-common
Releases · ShipChain/python-common
v1.0.29
Replace httpretty with responses #42
v1.0.28
- Full EntityRef UUID support #41
v1.0.27
- Force string comparison in AssertionHelper for ease of use with UUIDFields in Django
v1.0.26
- Relax version pins to allow dependent projects to upgrade as-needed
v1.0.25
- Add optional parameter to is_internal_call check
v1.0.24
- Add
meta
assertions to AssertionHelper
- Create internal request for lambda functions
v1.0.23
- HTTP_405 now helpfully includes the verb in the default message
- Remove obsolete
json_asserter
fixture and mixin. Recommend using the AssertionHelper
directly
- Unregister pytest plugin for
json_asserter
v1.0.22
-
Fixes an issue in the assertion helper where 403 responses still needed to have their error defined if vnd=false1, and changes the modified_httpretty_asserter` so that it resets the calls between tests so mocking from one test will not show up in a different unit test.
-
Make the parse_value function public so that it can be used in transmission and profiles.
v1.0.21
- Add
TransmissionRequest
for authenticating internal requests from Transmission -> Profiles