8. TestingΒΆ

Many modules include built in unittests, but in many cases those unittests are identical, or nearly so, across modules of a type. Those tests are often abstracted too, with a single module providing the framework and often exposing some choice of which set of specifics (e.g., which actual URLs to use) a test should use at runtime.

Most of the unittest modules are built on the Tester module.

Contents: