debtcollector/debtcollector
Thomas Bechtold da416d64e2 Do not require oslotest for testing
oslotest itself depends on debtcollector and debtcollector depends
on oslotest. That's a cycle dependency which makes bootstrapping the whole
module chain more difficult.
Instead of using oslotest, just use the standard unittest.TestCase class
as base to break the dependency cycle.

Change-Id: Idcbe727883fe2742d62d463bb9a195592aeaba09
2017-05-22 17:04:30 +02:00
..
fixtures Add ability to disable warnings being emitted 2015-10-08 17:29:25 -07:00
tests Do not require oslotest for testing 2017-05-22 17:04:30 +02:00
__init__.py Expose a top level 'deprecate' function 2015-07-28 17:42:33 -07:00
_utils.py Fix a typo in comment 2016-08-26 13:42:51 +02:00
moves.py Fix renamed_kwarg to preserve argspec 2016-04-14 20:48:34 -05:00
removals.py Add 'removed_class' class decorator 2015-12-30 21:30:30 -08:00
renames.py Fix renamed_kwarg to preserve argspec 2016-04-14 20:48:34 -05:00
updating.py Fix renamed_kwarg to preserve argspec 2016-04-14 20:48:34 -05:00