Joshua Harlow 5fc9662d6c Add ability to disable warnings being emitted
Provide a helpful fixture that can be used
to disable warnings being output, for testing, or other
purporses.

Closes-Bug: #1503918

Change-Id: I2e1fd6f427ff6ee6d0b11b86ac2ff1b75dc0548c
2015-10-08 17:29:25 -07:00

39 lines
630 B
ReStructuredText

===
API
===
The currently documented publicly exposed API's for usage in your project
are defined below.
.. warning::
External usage of internal utility functions and modules should be kept
to a **minimum** as they may be altered, refactored or moved to other
locations **without** notice (and without the typical deprecation cycle).
Helpers
-------
.. automodule:: debtcollector
Moves
-----
.. automodule:: debtcollector.moves
Renames
-------
.. automodule:: debtcollector.renames
Removals
--------
.. automodule:: debtcollector.removals
Fixtures
--------
.. automodule:: debtcollector.fixtures.disable