1 new commit in pytest:
https://bitbucket.org/hpk42/pytest/changeset/e91d173fa1d8/ changeset: e91d173fa1d8 user: hpk42 date: 2012-05-19 10:54:12 summary: fix help string for --paste affected #: 1 file diff -r d880c718ba987e9cb20aa7b21204a2786a18962c -r e91d173fa1d84511923fb20b58cbe945d86a96e8 _pytest/pastebin.py --- a/_pytest/pastebin.py +++ b/_pytest/pastebin.py @@ -11,7 +11,7 @@ group._addoption('--pastebin', metavar="mode", action='store', dest="pastebin", default=None, type="choice", choices=['failed', 'all'], - help="send failed|all info to Pocoo pastebin service.") + help="send failed|all info to bpaste.net pastebin service.") def pytest_configure(__multicall__, config): import tempfile 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. _______________________________________________ py-svn mailing list py-svn@codespeak.net http://codespeak.net/mailman/listinfo/py-svn