Skip to content

Releases: ShipChain/python-common

v1.0.29

Choose a tag to compare

@ajhodges ajhodges released this 23 Sep 23:39
bdce2bf

Replace httpretty with responses #42

v1.0.28

Choose a tag to compare

@mlclay mlclay released this 16 Jul 18:22
c825659
  • Full EntityRef UUID support #41

v1.0.27

Choose a tag to compare

@mlclay mlclay released this 15 Jul 19:44
  • Force string comparison in AssertionHelper for ease of use with UUIDFields in Django

v1.0.26

Choose a tag to compare

@ajhodges ajhodges released this 15 Jul 14:09
  • Relax version pins to allow dependent projects to upgrade as-needed

v1.0.25

Choose a tag to compare

@mlclay mlclay released this 24 Jun 13:36
60b2857
  • Add optional parameter to is_internal_call check

v1.0.24

Choose a tag to compare

@mlclay mlclay released this 16 Jun 13:57
b4cc574
  • Add meta assertions to AssertionHelper
  • Create internal request for lambda functions

v1.0.23

Choose a tag to compare

@mlclay mlclay released this 22 May 17:47
23b45bb
  • 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

Choose a tag to compare

@ajhodges ajhodges released this 13 May 14:00
  • 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

Choose a tag to compare

@ajhodges ajhodges released this 20 Apr 13:47
  • Add TransmissionRequest for authenticating internal requests from Transmission -> Profiles

v1.0.20

Choose a tag to compare

@ajhodges ajhodges released this 23 Mar 16:39
  • Fix packaging issue