Skip to content

Releases: ShipChain/python-common

v1.0.29

23 Sep 23:39
bdce2bf
Compare
Choose a tag to compare

Replace httpretty with responses #42

v1.0.28

16 Jul 18:22
c825659
Compare
Choose a tag to compare
  • Full EntityRef UUID support #41

v1.0.27

15 Jul 19:44
Compare
Choose a tag to compare
  • Force string comparison in AssertionHelper for ease of use with UUIDFields in Django

v1.0.26

15 Jul 14:09
Compare
Choose a tag to compare
  • Relax version pins to allow dependent projects to upgrade as-needed

v1.0.25

24 Jun 13:36
60b2857
Compare
Choose a tag to compare
  • Add optional parameter to is_internal_call check

v1.0.24

16 Jun 13:57
b4cc574
Compare
Choose a tag to compare
  • Add meta assertions to AssertionHelper
  • Create internal request for lambda functions

v1.0.23

22 May 17:47
23b45bb
Compare
Choose a tag to compare
  • 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

13 May 14:00
Compare
Choose a tag to compare
  • 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

20 Apr 13:47
Compare
Choose a tag to compare
  • Add TransmissionRequest for authenticating internal requests from Transmission -> Profiles

v1.0.20

23 Mar 16:39
Compare
Choose a tag to compare
  • Fix packaging issue