unittest module

Important components

  1. test fixture (set up and tear down works) or preparation and clean up
  2. test case (unittest.TestCase class)
  3. test suite (collection of test cases that should run together)
  4. test runer
SuperMade with Super