summaryrefslogtreecommitdiff
path: root/testing/test_pastebin.py
AgeCommit message (Expand)Author
2020-12-01Migrate test_pastebin.py from testdir to pytesterChristine Mecklenborg
2020-10-17Update mypy 0.782 -> 0.790Ran Benita
2020-10-05py36+: com2annAnthony Sottile
2020-08-03testing: fix some docstring issuesRan Benita
2020-06-05Enable check_untyped_defs mypy option for testing/ tooRan Benita
2019-08-30Fix "lexer" being used when uploading to bpaste.netMichael Goerz
2019-08-26Gracefully handle HTTP errors from pastebinMichael Goerz
2019-08-24Add test for #5782Bruno Oliveira
2019-08-10test_non_ascii_paste_text: mock call to urlopenDaniel Hahler
2019-06-25 Do not allow abbreviated argumentsZac Hatfield-Dodds
2019-06-03Clean up __future__ and coding: in testsAnthony Sottile
2019-06-03pre-commit run pyupgrade --all-filesAnthony Sottile
2019-06-03pre-commit run reorder-python-imports --all-filesAnthony Sottile
2019-06-03pre-commit run fix-encoding-pragma --all-filesAnthony Sottile
2019-06-02Drop Python 2.7 and 3.4 supportBruno Oliveira
2019-05-14Use fix-encoding-pragma pre-commit hookAnthony Sottile
2018-10-25Apply reorder-python-imports to all filesAnthony Sottile
2018-06-26Upgrade pre-commit hooks except pyupgradeAnthony Sottile
2018-05-23run blackRonny Pfannschmidt
2017-07-17Fixed E302 flake8 errorsAndras Tim
2017-07-17Fixed E231 flake8 errorsAndras Tim
2017-07-17Fixed flake8 warningsAndras Tim
2017-03-16Add __future__ imports to all pytest modulesBruno Oliveira
2017-02-16New-style classes implemented for python 2.7 - #2147Michal Wajszczuk
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 - decoding monkeypatched data to unicodemehdy
2014-10-22Fixing --pastebin option by using a POST request instead of a XMLRPC callBruno Oliveira
2013-10-12fix flakes issues and make --flakes run part of tox runsholger krekel
2011-11-14test and fix pastebin xmlrpc import name missmatch, fixes #87Ronny Pfannschmidt
2010-11-17streamline docs, especially use "import pytest" and "pytest.*" in python code...holger krekel
2010-11-13also un-nest test directoryholger krekel