.. _unittesting_chapter: Unit Testing ============ :mod:`repoze.bfg` provides helper facilities for writing ``unittest.TestCase`` -derived tests. A base class for these types of tests as well as functions that help test BFG applications specifically exist. See the :ref:`testing_module` chapter for the API. XXX