summaryrefslogtreecommitdiff
path: root/testing/conftest.py
AgeCommit message (Expand)Author
2020-10-26testing: make conftest stuff check for pytester not testdirRan Benita
2020-10-02py36+: remove requires_ordered_markupAnthony Sottile
2020-07-22Change pytest deprecation warnings into errors for 6.0 release (#7362)Bruno Oliveira
2020-05-23Introduce _pytest.timing as a way to control timing during testsBruno Oliveira
2020-02-20Assorted improvements following up #6658Bruno Oliveira
2020-02-12Use code highlighting if pygments is installed (#6658)Bruno Oliveira
2020-02-04testing/conftest.py: testdir: set PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 (#6655)Daniel Hahler
2020-01-16tests: cleanup unused fixturesDaniel Hahler
2019-10-28tests: conftest: handle tests using runpytest_subprocess as "slowest"Daniel Hahler
2019-09-28Fix --setup-only and --setup-show for custom pytest itemsBruno Oliveira
2019-08-26Move TWMock class to a fixtureBruno Oliveira
2019-06-05tests: restore tracing functionDaniel Hahler
2019-06-03pre-commit run fix-encoding-pragma --all-filesAnthony Sottile
2019-05-30tests: conftest: auto-add slow markerDaniel Hahler
2019-05-29tests: conftest: fix collection of slow/slowest itemsDaniel Hahler
2019-05-28conftest: add uses_pexpect markDaniel Hahler
2019-05-14Use fix-encoding-pragma pre-commit hookAnthony Sottile
2019-04-19conftest: use a hookwrapper with sorting faster tests firstDaniel Hahler
2019-04-07Add a conftest to prefer faster testsDaniel Hahler
2015-04-28streamline pytester API majorly:holger krekel
2015-04-28- refine lsof checkingholger krekel
2015-04-27deprecate and warn about __multicall__ usage in hooks, refine docs about hook...holger krekel
2015-04-25add documented hookimpl_opts and hookspec_opts decoratorsholger krekel
2015-04-22remove shutdown logic from PluginManager and add a add_cleanup() APIholger krekel
2014-09-06Remove jython from tested python versionsFloris Bruynooghe
2014-09-05strike python2.5 from test code cc @flubholger krekel
2014-04-02add changelog entry for some PRs: improvements to pytest's ownholger krekel
2014-04-01Remove cast of fd to int and sortingMarc Abramowitz
2014-04-01testing/conftest.py: Reintialize config._openfiles for each testMarc Abramowitz
2014-04-01Improve LsofFdLeakChecker; more reliable and useful leak checkingMarc Abramowitz
2014-04-01testing/conftest.py: Refactor lsof fd leak checkingMarc Abramowitz
2013-11-21simplify basedir isolationholger krekel
2013-11-21remove an old duplicate marker and use recent pytest mechanism for parametriz...holger krekel
2013-08-01fix collection imports for python2.5holger krekel
2013-07-29be more liberal with respect to lsof checks because jenkins keeps some files ...holger krekel
2013-07-26make genscript provide information as to compatibilityholger krekel
2013-02-12fix --genscript option to generate standalone scripts that alsoholger krekel
2012-10-05rename a number of internal and externally visible variables to use the fixtu...holger krekel
2012-06-21fix internal test setup failureholger krekel
2011-11-11add ini-file "markers" option and a cmdline option "--markers" to show define...holger krekel
2011-11-07refine lsof/FD leakage testing and rework test setup and some of pytest own t...holger krekel
2011-11-06fix FD leakage during pytest's own test run and add "--lsof" option to tox de...holger krekel
2011-08-19jython-2.5.2 has a core bug preventing pytest to run :(holger krekel
2010-11-17streamline docs, especially use "import pytest" and "pytest.*" in python code...holger krekel
2010-10-31get option settings from ini-file. make getting configuration options from c...holger krekel
2010-10-27introduce reading of setup.cfg / ini-style configuration filesholger krekel
2010-10-26add --lsof self-testing optionholger krekel
2010-10-25unify collection for finding items and for finding initial nodes.holger krekel
2010-10-07remove pylib things and move things to new pytest namespaceholger krekel
2010-01-13flatten test directory hierarchy and merge smaller into larger filesholger krekel