summaryrefslogtreecommitdiff
path: root/testing/test_helpconfig.py
AgeCommit message (Expand)Author
2020-08-03testing: fix some docstring issuesRan Benita
2020-07-29Fix --help crash on add_ini(.., help='') and improve message on help=None (#7...hp310780
2020-05-23Added support for less verbose version information (#7169)Claire Cecil
2020-05-19add testDaniel Hahler
2020-02-11Merge remote-tracking branch 'upstream/master' into mmBruno Oliveira
2020-02-10Move ExitCode's definition from _pytest.main to _pytest.configRan Benita
2020-02-04testing/conftest.py: testdir: set PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 (#6655)Daniel Hahler
2020-01-16tests: cleanup unused fixturesDaniel Hahler
2019-06-15initial conversion of exit codes to enumRonny Pfannschmidt
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-10-25Apply reorder-python-imports to all filesAnthony Sottile
2018-08-22pyupgrade 1.4: testsAnthony Sottile
2018-05-23run blackRonny Pfannschmidt
2017-07-17Fixed E302 flake8 errorsAndras Tim
2017-07-17Fixed E265 flake8 errorsAndras Tim
2017-04-11Fix test that expected "unknown hook" error on stderrBruno Oliveira
2017-03-16Add __future__ imports to all pytest modulesBruno Oliveira
2016-06-21Introduce pytest command as recommended entry pointDave Hunt
2015-08-18return non-zero exit code if no tests are collectedBruno Oliveira
2015-05-06adapt to pluggy naming, rename pytest.hookspec_opts to pytest.hookspec,s ame ...holger krekel
2015-05-05- some more adaptation to most recent pluggy APIholger krekel
2015-04-28- refine lsof checkingholger krekel
2015-04-25add documented hookimpl_opts and hookspec_opts decoratorsholger krekel
2014-10-02remove overhead for tracing of hook calls and remove some old unused codeholger krekel
2014-10-01call scanning of plugins directly, code is shifted from helpconfig.py to core.pyholger krekel
2014-01-18replace py.test module references with pytestJurko Gospodnetić
2013-10-12fix flakes issues and make --flakes run part of tox runsholger krekel
2012-12-04fix test after ronny's pytest-debug improvementsholger krekel
2012-10-05rename a number of internal and externally visible variables to use the fixtu...holger krekel
2012-09-22extend --help to tell about --markers and --funcargsholger krekel
2011-07-14enhance debug tracing: print trace tags at the end of message and forget abou...holger krekel
2011-01-12fix issue12 - show plugin versions with "--version" and "--traceconfig" and a...holger krekel
2010-11-17streamline docs, especially use "import pytest" and "pytest.*" in python code...holger krekel
2010-11-13also un-nest test directoryholger krekel