98k a41c4d69a6 Don't quote {posargs} in tox.ini
Quotes around {posargs} cause the entire string to be combined into one
arg that gets passed to stestr. This prevents passing multiple args
(e.g. '--concurrency=16 some-regex')

Change-Id: I9042c3d9ed48e26b541e22bb4c0dd272d48e3965
2018-10-09 20:52:10 +00:00
2018-07-26 12:33:10 +00:00
2018-07-09 16:15:47 +07:00
2014-12-12 22:26:59 -08:00
2018-07-09 16:15:47 +07:00
2014-12-12 22:26:59 -08:00
2014-12-12 22:26:59 -08:00
2018-07-09 16:15:47 +07:00
2018-08-07 06:03:39 +00:00
2017-03-02 11:43:37 +00:00
2018-07-09 16:15:47 +07:00
2018-10-09 20:52:10 +00:00

Team and repository tags

image

Debtcollector

Latest Version

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.

Description
A collection of python patterns that help you collect your technical debt in a non-destructive manner
Readme 1.6 MiB
Languages
Python 100%