summaryrefslogtreecommitdiff
path: root/_pytest/pastebin.py
AgeCommit message (Expand)Author
2018-05-26switch to src layoutRonny Pfannschmidt
2018-05-23run blackRonny Pfannschmidt
2017-11-23Revert making TerminalWriter public in TerminalReporter pluginBruno Oliveira
2017-09-27Deprecate TerminalReporter._twBruno Oliveira
2017-08-04convert py module references to six moduleSrinivas Reddy Thatiparthy
2017-07-17Fixed E225 flake8 errorsAndras Tim
2017-07-17Fixed E128 flake8 errorsAndras Tim
2017-03-16Add __future__ imports to all pytest modulesBruno Oliveira
2016-11-20Fix flake8 E305 and E306 errorsBruno Oliveira
2015-12-03Fix pastebin when captured output contains non-ascii charactersBruno Oliveira
2015-12-01Decode urlopen response in pastebinBruno Oliveira
2015-11-29fix #1198 - removed docoding the resultmehdy
2015-11-29fixed #1198 issue by encoding the unicode parameters to bytes and decoding themehdy
2015-07-23Merge branch 'pytest-2.7'Bruno Oliveira
2015-07-21Fix flakesBruno Oliveira
2015-07-21Make pastebin use _pytest.config.create_terminal_writerBruno Oliveira
2015-05-06adapt to pluggy naming, rename pytest.hookspec_opts to pytest.hookspec,s ame ...holger krekel
2015-04-25add documented hookimpl_opts and hookspec_opts decoratorsholger krekel
2015-01-19Attempting to patch terminal only if terminalreporter is availableBruno Oliveira
2014-10-22Fixing --pastebin option by using a POST request instead of a XMLRPC callBruno Oliveira
2014-10-08remove all occurences of "__multicall__" on hook impls in pytest/*.holger krekel
2013-07-25moving from optparse to argparse. Major difficulty isAnthon van der Neut
2012-05-19fix help string for --pasteholger krekel
2012-05-08switch pastebin to bpaste.net, fixes #141Ronny Pfannschmidt
2011-11-14test and fix pastebin xmlrpc import name missmatch, fixes #87Ronny Pfannschmidt
2010-11-13flat is better than nested (cont'd):holger krekel