Hacker News new | past | comments | ask | show | jobs | submit login
Mocking for the win in Python (2014) (fgimian.github.io)
3 points by stvsmth on Nov 13, 2016 | hide | past | favorite | 1 comment



Mock is pretty darn useful, but sometimes the docs aren't. I found this to be a good summary of moving around with `mock` ... the official Python mocking tool, included in Python3 standard libraries and ported to Python2 (`pip install mock`)




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: