summaryrefslogtreecommitdiff
path: root/testing/test_runner_xunit.py
AgeCommit message (Expand)Author
2020-12-30[pre-commit.ci] pre-commit autoupdate (#8201)pre-commit-ci[bot]
2020-10-31pytest-dev#7942 test_runner_xunit.py (#7964)Ariel Pillemer
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-10-27Fix plurality mismatch for and in pytest terminal summaryMarcoGorelli
2019-10-06Use new no-match functions to replace previous idiomBruno Oliveira
2019-06-03pre-commit run reorder-python-imports --all-filesAnthony Sottile
2019-06-03pre-commit run fix-encoding-pragma --all-filesAnthony Sottile
2019-05-14Use fix-encoding-pragma pre-commit hookAnthony Sottile
2018-11-30remove yield tests and compat propertiesRonny Pfannschmidt
2018-11-22Fix formatting of print() callsAnthony Sottile
2018-11-12Change RemovedInPytest4Warnings to errors by defaultBruno Oliveira
2018-10-25Apply reorder-python-imports to all filesAnthony Sottile
2018-05-23run blackRonny Pfannschmidt
2017-11-04Fix linting E741: ambiguous variable nameBruno Oliveira
2017-07-17Fixed E302 flake8 errorsAndras Tim
2017-07-17Fixed E226 flake8 errorsAndras Tim
2017-03-16Add __future__ imports to all pytest modulesBruno Oliveira
2017-02-16New-style classes implemented for python 2.7 - #2147Michal Wajszczuk
2016-07-14setup_* and teardown_* functions argument now optionalBruno Oliveira
2016-07-11Replace all usages of "pytest_funcarg__" for @pytest.fixtureBruno Oliveira
2013-08-02ref #322 cleanup all teardown calling to only happen when setup succeeded.holger krekel
2011-07-07make test name shorter, so its testdir path isn't too long on windowsBenjamin Peterson
2010-11-17streamline docs, especially use "import pytest" and "pytest.*" in python code...holger krekel
2010-11-13also un-nest test directoryholger krekel