Skip to content

Commit

Permalink
Merge pull request #678 from apiaryio/wvi/python-examples-doc
Browse files Browse the repository at this point in the history
docs: Add link to more examples in python hooks repo
  • Loading branch information
honzajavorek committed Dec 8, 2016
2 parents c9c0caa + 97db964 commit 856e6fb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/hooks-python.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ def my_after_all_hook(transactions):

## Examples

More complex examples are to be found in the Github repository
[under the examples directory](https://github.com/apiaryio/dredd-hooks-python/tree/master/examples). If you want to share your own, don't hesitate and sumbit a PR.

### How to Skip Tests

Any test step can be skipped by setting `skip` property of the `transaction` object to `true`.
Expand Down

0 comments on commit 856e6fb

Please sign in to comment.