ChangelogΒΆ

1.10.0 15-10-2017

  • [Feature]: PactGroup raises custom timeout exception from child if available

1.9.0 6-8-2017

  • [Bug]: Handle exceptions thrown in a ‘during’ callback

1.8.0 11-07-2017

  • [Feature]: Add lastly callbacks that are similar to ‘then’ but called afterwards

1.7.0 27-06-2017

  • [Feature] #18: Allow specifying overall deadlines for pacts and groups

1.6.0 15-12-2016

  • [Feature]: Add logging to failed then callbacks
  • [Feature]: Allow PactGroup.wait to be eager (waiting for all pacts and not just the first one)

1.5.0 29-08-2016

  • [Feature] #12: Added on_timeout handler
  • [Feature]: Make sure callbacks passed are callable