summaryrefslogtreecommitdiff
path: root/pytest.py
AgeCommit message (Expand)Author
2013-09-30some more separation of core pluginmanager from pytest specific functionality.holger krekel
2013-07-25moving from optparse to argparse. Major difficulty isAnthon van der Neut
2012-09-25avoid double-instantiation of PluginManager in case of the "python pytest.py"...holger krekel
2011-03-19shift version string to _pytest directoryholger krekel
2011-03-19fix missing reason/name information for skipped testsholger krekel
2011-03-16fix issue33 - no collection error for classes prefixed "test" deriving from o...holger krekel
2011-03-12don't import stuff at genscript import time but rather when it is usedholger krekel
2011-03-11speed up skippingholger krekel
2011-03-09bump to release version, regenerate docsholger krekel
2011-03-07half the overhead for calling a test function by introducing some cachingholger krekel
2011-03-07fix issue25 --pdb and win32/python encodings cause a crash in certain situati...holger krekel
2011-03-06fix issue27 - --collectonly and -k keyword selection now work together.holger krekel
2011-03-05add changelog entry about unittest change, bump versionholger krekel
2011-03-05fix and improve error reporting for parametrizing funcargs (originally report...holger krekel
2011-03-03fix issue30 (the second time)holger krekel
2011-03-02fix issue 28 - setup_method now works with pytest_generate_testsholger krekel
2011-02-07up version, commit 2.0.1 annoucnement as sent outholger krekel
2011-02-03bumping version to pytest-2.0.1, regen docs and examplesholger krekel
2011-01-27fix error reporting issue when a "pyc" file has no relating "py"holger krekel
2011-01-18refine and unify initial capturing - now works also if the logging moduleholger krekel
2011-01-12fix issue12 - show plugin versions with "--version" and "--traceconfig" and a...holger krekel
2011-01-12fix issue17 by requiring an update to pylib which helps to fix itholger krekel
2011-01-11fix issue15 - tests for python3/nose-1.0 combo work nowholger krekel
2010-12-07rather named the new hook cmdline_preparseholger krekel
2010-12-07make getvalueorskip() be hidden in skip-reporting. also bump version.holger krekel
2010-12-06bump version and fix changelog issue referenceholger krekel
2010-11-26bumping version to a dev version, run tests by using python PyPI by defaultholger krekel
2010-11-25last changes, preparing 2.0.0holger krekel
2010-11-25some small pre-release updatesholger krekel
2010-11-25tons and tons of refinements and additions to docsholger krekel
2010-11-24allow setup_method/teardown_method to be mixed into unittest cases, reshuffle...holger krekel
2010-11-24fix #6 : allow skip/xfail/pdb with trial by hacking the raw exception info ou...holger krekel
2010-11-24allow setup_class in unittest test casesholger krekel
2010-11-23fix the py version checkholger krekel
2010-11-23depend on py, not pylib distroholger krekel
2010-11-23fix #128 show tracebacks for all failures and errors that haven't beed PDB-de...holger krekel
2010-11-21add a way to mark hooks as "tryfirst" or "trylast" to influence its position ...holger krekel
2010-11-20add ability to use scope="class" in request.cached_setup() callsholger krekel
2010-11-17bump version numberholger krekel
2010-11-17bump version and comment out ignore-testclass-if-unittest-module-featureholger krekel
2010-11-13fix skip reporting over distributed testing. if we have a "skip" reportholger krekel
2010-11-13some fixes to make cross linux/windows remote testing work againholger krekel
2010-11-13flat is better than nested (cont'd):holger krekel