1 new commit in pytest: https://bitbucket.org/hpk42/pytest/commits/31f89c6b25d6/ Changeset: 31f89c6b25d6 User: hpk42 Date: 2013-12-08 20:25:36 Summary: add changelog entry: PR90: add --color=yes|no|auto option to force terminal coloring mode ("auto" is default). Thanks Marc Abramowitz. Affected #: 3 files
diff -r 29c532557679f99a52a8702ad7543c79747b2c0c -r 31f89c6b25d63db5e81582529e787f8b93838260 AUTHORS --- a/AUTHORS +++ b/AUTHORS @@ -35,3 +35,4 @@ Katarzyna Jachim Christian Theunert Anthon van der Neut +Mark Abramowitz diff -r 29c532557679f99a52a8702ad7543c79747b2c0c -r 31f89c6b25d63db5e81582529e787f8b93838260 CHANGELOG --- a/CHANGELOG +++ b/CHANGELOG @@ -10,6 +10,9 @@ hook and expecting certain fixture instances are torn down within (very unlikely and would have been unreliable anyway). +- PR90: add --color=yes|no|auto option to force terminal coloring + mode ("auto" is default). Thanks Marc Abramowitz. + - fix issue396 - correctly sort and finalize class-scoped parametrized tests independently from number of methods on the class. diff -r 29c532557679f99a52a8702ad7543c79747b2c0c -r 31f89c6b25d63db5e81582529e787f8b93838260 _pytest/terminal.py --- a/_pytest/terminal.py +++ b/_pytest/terminal.py @@ -32,7 +32,7 @@ group._addoption('--color', metavar="color", action="store", dest="color", default='auto', choices=['yes', 'no', 'auto'], - help="color output (yes/no/auto).") + help="color terminal output (yes/no/auto).") def pytest_configure(config): config.option.verbose -= config.option.quiet Repository URL: https://bitbucket.org/hpk42/pytest/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. _______________________________________________ pytest-commit mailing list pytest-commit@python.org https://mail.python.org/mailman/listinfo/pytest-commit