Skip to content

Details

Learn some best practices for python unit testing, including using the Python's standard module for unit testing as well as using third party modules like mock https://pypi.python.org/pypi/mock.

For those who cannot make it, the slides and some code examples can be found here: https://github.com/PythonBuffalo/unit-testing

Related topics

You may also like