Skip to content

Commit a5130ac

Browse files
authored
Merge pull request #232 from kinow/patch-1
Add the output of the example code
2 parents 9890e90 + 4d546fe commit a5130ac

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,14 @@ A definitive example
6161
print(results)
6262
6363
64+
Running this directly gets us::
65+
66+
$ python docs/examples/toy-example.py
67+
inside Plugin_2.myhook()
68+
inside Plugin_1.myhook()
69+
[-1, 3]
70+
71+
6472
.. badges
6573
6674
.. |pypi| image:: https://img.shields.io/pypi/v/pluggy.svg

0 commit comments

Comments
 (0)