Skip to content

Commit f73bbcc

Browse files
committedJul 3, 2011
Updated doc
1 parent c2056fb commit f73bbcc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎README.md

+6
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ Mocking with spies
2424

2525
This mocking library is based on AAA(Arrange Act Assert) pattern. It is built to be simple and easy to use without having to know about how the internals work.
2626

27+
from pungi import spyOn, createSpy, expect
28+
2729
Mocking a class/instance method
2830
-------------------------------
2931

@@ -169,3 +171,7 @@ Contributing
169171
* Issues and feature requests can be added [here](https://github.com/endeepak/pungi/issues/new)
170172

171173
* If an issue can reproduced in the form of a test, fork the project and raise a [pull request](https://github.com/endeepak/pungi/pull/new/master)
174+
175+
Miscellaneous
176+
=============
177+
This library has been tested with python 2.6 and unittest framework. It may(more likely!) or may not work with other versions of python or other testing frameworks.

0 commit comments

Comments
 (0)