Y
Hacker News
new
|
ask
|
show
|
jobs
by
noidi
5227 days ago
For another clever take on mocking in Python, check out Ian Bicking's minimock:
http://blog.ianbicking.org/minimock.html
1 comments
paolovictor
5226 days ago
I'm getting more intimate with Python and also made a small mocking library, I'm looking for constructive feedback:
https://github.com/paolovictor/mockaccino
link