Skip to content

Instantly share code, notes, and snippets.

@Kalimaha
Created December 9, 2017 23:27
Show Gist options
  • Select an option

  • Save Kalimaha/fedca75389e6734cfe629e595ecbcb71 to your computer and use it in GitHub Desktop.

Select an option

Save Kalimaha/fedca75389e6734cfe629e595ecbcb71 to your computer and use it in GitHub Desktop.
@honours_pact_with('Sous Chef')
@pact_uri('http://localhost:9292/pacts/provider/Grill%20Chef/consumer/Sous%20Chef/latest.json')
class SousChef(ServiceConsumerTest):
@state('steaks are available')
def test_steak(self):
DB.save(Steak(cooked=False))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment