Created
December 9, 2017 23:27
-
-
Save Kalimaha/fedca75389e6734cfe629e595ecbcb71 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @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