You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+6
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,8 @@ Mocking with spies
24
24
25
25
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.
26
26
27
+
from pungi import spyOn, createSpy, expect
28
+
27
29
Mocking a class/instance method
28
30
-------------------------------
29
31
@@ -169,3 +171,7 @@ Contributing
169
171
* Issues and feature requests can be added [here](https://github.com/endeepak/pungi/issues/new)
170
172
171
173
* 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