summaryrefslogtreecommitdiff
path: root/_pytest/nose.py
AgeCommit message (Expand)Author
2017-07-17Fixed E302 flake8 errorsAndras Tim
2017-07-17Fixed E265 flake8 errorsAndras Tim
2017-03-28fixup nose/pytest pluginsRonny Pfannschmidt
2017-03-16Add __future__ imports to all pytest modulesBruno Oliveira
2015-05-06adapt to pluggy naming, rename pytest.hookspec_opts to pytest.hookspec,s ame ...holger krekel
2015-04-25add documented hookimpl_opts and hookspec_opts decoratorsholger krekel
2014-10-08remove all occurences of "__multicall__" on hook impls in pytest/*.holger krekel
2014-03-14Removed unnecessary iteration in nose.pytest_runtest_makereport.schlamar
2014-03-14Fixed race condition with SkipTest when module not in sys.modules on collection.schlamar
2014-01-18replace py.test module references with pytestJurko Gospodnetić
2013-10-02remove unused imports (using "importchecker" project)holger krekel
2013-09-06add nose.SkipTest for python2.6 -- which apparently is a subclass from python...holger krekel
2013-09-06fix <py27 tests with noseholger krekel
2013-08-16merge pull request #27: correctly handle nose.SkipTest during collection. Th...holger krekel
2013-03-25fix Issue 265 - integrate nose setup/teardown with setupstateRonny Pfannschmidt
2013-03-14correctly handle nose.SkipTest during collectionAntonio Cuni
2013-02-07fix issue 260 - don't use nose specials on plain unittest casesRonny Pfannschmidt
2013-02-07small line length fix in nose plugin call optionalRonny Pfannschmidt
2012-11-06fix py31 compat, amend setup.py long descriptionholger krekel
2012-10-12nose.py: don't try to call setup if it's not callableataumoefolau
2012-10-05internally unify setup and fixture code, making setup a shortcut to fixture(a...holger krekel
2012-09-22don't call nose' setup methods if they are marked with pytest.setupholger krekel
2011-07-05fix issue53: nose-style setup now called with the correct orderingholger krekel
2010-11-18refine docs and docstrings, fix some small bits here and there while doing that.holger krekel
2010-11-13flat is better than nested (cont'd):holger krekel