Chapter 8 of NumPy Cookbook is about quality assurance and testing. The contents of chapter 8 of NumPy Cookbook:
Installing Pyflakes
Performing static analysis with Pyflakes
Analyzing code with Pylint
Performing static analysis with Pychecker
Testing code with docstrings
Writing unit tests
Testing code with mocks
Testing the [...]
Published on November 11, 2012 08:21