summaryrefslogtreecommitdiff
path: root/pytest.py
AgeCommit message (Expand)Author
2017-07-28make Test Outcomes inherit from BaseException instead of exceptionRonny Pfannschmidt
2017-06-11move python api helpers out of the python moduleRonny Pfannschmidt
2017-06-11move approx to own fileRonny Pfannschmidt
2017-03-28remove the namespace hook from mark after the param feature mergeRonny Pfannschmidt
2017-03-28fix up oversightsRonny Pfannschmidt
2017-03-28remove pytest_namespace from _pytest.pythonRonny Pfannschmidt
2017-03-28remove pytest_namespace from _pytest.mainRonny Pfannschmidt
2017-03-28hollow out pytest_namespace in _pytest.fixturesRonny Pfannschmidt
2017-03-28prepare a own pytest.collect fake module in oder to remove the nested builtin...Ronny Pfannschmidt
2017-03-28remove pytest_namespace from _pytest.skippingRonny Pfannschmidt
2017-03-28remove pytest_namespace from _pytest.mark and fix latent pytest nesting bugRonny Pfannschmidt
2017-03-28remove pytest_namespace from _pytest/runner.pyRonny Pfannschmidt
2017-03-28remove pytest_namespace from recwarn and fixture decoratorsRonny Pfannschmidt
2017-03-28remove pytest_namespace from _pytest/debugging.pyRonny Pfannschmidt
2017-03-28remove pytest_namespace from _pytest.freeze_supportRonny Pfannschmidt
2017-03-28remove pytest_namespace from _pytest/assertionRonny Pfannschmidt
2015-09-17revert setuptools_scm addition introduced with f22d14b105553e99946ccdbe8c47bc...holger krekel
2015-09-13use flake8 in the flakes testenvRonny Pfannschmidt
2015-07-26fix version importRonny Pfannschmidt
2015-05-06adapt to pluggy naming, rename pytest.hookspec_opts to pytest.hookspec,s ame ...holger krekel
2015-04-29adapt pytest to pluggy's decoratorclass branchholger krekel
2015-04-29adapt pytest to using pluggy (current master)holger krekel
2015-04-25add documented hookimpl_opts and hookspec_opts decoratorsholger krekel
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