A collection of python patterns that help you collect your technical debt in a non-destructive manner
Go to file
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
debtcollector Add ability to disable warnings being emitted 2015-10-08 17:29:25 -07:00
doc/source Add ability to disable warnings being emitted 2015-10-08 17:29:25 -07:00
.coveragerc Change ignore-errors to ignore_errors 2015-09-21 14:25:54 +00:00
.gitignore Initial commit 2014-12-12 22:26:59 -08:00
.gitreview Add a .gitreview file with correct values 2015-01-20 10:33:53 -08:00
.mailmap Initial commit 2014-12-12 22:26:59 -08:00
.testr.conf Initial commit 2014-12-12 22:26:59 -08:00
babel.cfg Initial commit 2014-12-12 22:26:59 -08:00
CONTRIBUTING.rst Initial commit 2014-12-12 22:26:59 -08:00
HACKING.rst Initial commit 2014-12-12 22:26:59 -08:00
LICENSE Initial commit 2014-12-12 22:26:59 -08:00
MANIFEST.in Initial commit 2014-12-12 22:26:59 -08:00
README.rst tweak language in readme 2015-09-24 20:33:28 +00:00
requirements.txt Updated from global requirements 2015-09-17 12:11:29 +00:00
setup.cfg docs - Set pbr 'warnerrors' option for doc build 2015-09-24 21:46:09 -04:00
setup.py Updated from global requirements 2015-09-17 12:11:29 +00:00
test-requirements.txt Add ability to disable warnings being emitted 2015-10-08 17:29:25 -07:00
tox.ini Include changelog/history in docs 2015-09-24 15:38:46 -07:00

Debtcollector

Latest Version

Downloads

A collection of Python deprecation patterns and strategies that help you collect your technical debt in a non-destructive manner. The goal of this library is to provide well documented developer facing deprecation patterns that start of with a basic set and can expand into a larger set of patterns as time goes on. The desired output of these patterns is to apply the warnings module to emit DeprecationWarning or PendingDeprecationWarning or similar derivative to developers using libraries (or potentially applications) about future deprecations.