Application testing using nose

nose is an important Python module for defining unit tests. It allows us to write simple test functions using subclasses of unittest.TestCase but also, classes of tests that are not subclasses of unittest.TestCase.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset