summaryrefslogtreecommitdiff
path: root/testing/test_session.py
AgeCommit message (Expand)Author
2016-07-20add test for --maxfail=NUM overiding -xRonny Pfannschmidt
2016-06-24Raise CollectError if pytest.skip() is called during collectionOmar Kohl
2016-04-23Raise CollectError if import test module failsOmar Kohl
2015-08-18return non-zero exit code if no tests are collectedBruno Oliveira
2015-04-28- refine lsof checkingholger krekel
2015-04-22remove shutdown logic from PluginManager and add a add_cleanup() APIholger krekel
2014-01-29fix flakes failuresholger 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
2013-09-30shift pytest_configure/unconfigure/addoption/namespace hook calling to config...holger krekel
2013-08-01add changelog entry for anthon's hynek-fication of options,holger krekel
2013-06-10make sessionfinish hooks execute with the same cwd-context as atholger krekel
2012-07-20discover funcarg factories independently from request/Function itemsholger krekel
2012-07-19move funcarg factory to a new FuncargManager object at session levelholger krekel
2010-12-06refine plugin registration, allow new "-p no:NAME" way to prevent/undo plugin...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
2010-10-10move session.py and collect.py to a unified pytest_session.py plugin.holger krekel
2010-09-26shift reporting info generation away from terminal reporting time, simplify c...holger krekel
2010-09-15refactor all collection related logicholger krekel
2010-07-26remove trailing whitespace everywhereholger krekel
2010-07-04refine and extend custom error reporting particularly for collection-related ...holger krekel
2010-05-25fix issue102 by introducing a --maxfailures=NUM optionholger krekel
2010-01-17refine tests and refine code to deal with new xdist semantics.holger krekel
2010-01-13flatten test directory hierarchy and merge smaller into larger filesholger krekel