summaryrefslogtreecommitdiff
path: root/_pytest
AgeCommit message (Expand)Author
2013-11-15Merged in hsoft/pytest (pull request #81)holger krekel
2013-11-15Added test for previous crash on failed import fixVirgil Dupras
2013-11-13correctly check for fixturedef when mergingAnatoly Bubenkov
2013-11-12use deepest fixturedef for fixture closureAnatoly Bubenkov
2013-11-08Fix TypeError crash on failed imports under py3.3.Virgil Dupras
2013-11-01Support multiple marks for individual parametrized argument setJames Lan
2013-10-22fix tests on py32/py33holger krekel
2013-10-21fix unicode handling with junitxml, fixes issue368.holger krekel
2013-10-21fix unicode handling with new monkeypatch.setattr(import_path, value)holger krekel
2013-10-21pytestconfig is now session-config as it is the same object during theholger krekel
2013-10-12fix flakes issues and make --flakes run part of tox runsholger krekel
2013-10-11avoid one surprising case of marker malfunction/confusion::holger krekel
2013-10-11mergeholger krekel
2013-10-10Implement suggestions by HPKJason R. Coombs
2013-10-10Register the AssertionRewritingHook loader with pkg_resources; fixes #366.Jason R. Coombs
2013-10-09make "--runxfail" turn imperative pytest.xfail calls into no opsholger krekel
2013-10-05bump version to 2.3.3.dev1holger krekel
2013-10-05fix detection of the coding cookie when it is on the second line of the file ...Benjamin Peterson
2013-10-05fix coding cookie detection logicBenjamin Peterson
2013-10-04add pluginmanager.do_configure(config) as a link toholger krekel
2013-10-03remove fd-fixing attempt at startup of pytest. It'sholger krekel
2013-10-03fix python2.5 issuesholger krekel
2013-10-03fix issue365 and depend on a newer py versions which uses coloramaholger krekel
2013-10-03always dupfile if os.dup is availableholger krekel
2013-10-03more fixes regarding marking, in particular plugins should use add_marker/get...holger krekel
2013-10-03fix issue354: avoid tmpdir fixture to create too long filenames especiallyholger krekel
2013-10-03simplify the implementation of NodeKeywords getting rid of __ descriptors app...holger krekel
2013-10-02allow test items to not be associated with a test functionAndreas Zeidler
2013-10-02remove unused imports (using "importchecker" project)holger krekel
2013-10-02avoid "IOError: Bad Filedescriptor" on pytest shutdown by not closingholger krekel
2013-10-022.4.1 release prepsholger krekel
2013-10-02fix regression reported by dstufft: regression when a 1-tuple ("arg",) is usedholger krekel
2013-10-01complete_dotted: fix for #361, filecompleter on dot files had differing behav...Anthon van der Neut
2013-10-01Allow unicode strings in parser.add_argument()Floris Bruynooghe
2013-10-01bump version to dev again, new CHANGELOG section for 2.4.1.dev.holger krekel
2013-10-01release announcement, bump version numbers, some test adapatations because of...holger krekel
2013-10-01bump version to 2.4.0holger krekel
2013-09-30bump version, some windows test fixes, prevent logging from raising exception...holger krekel
2013-09-30disallow yield in non-yield-fixtures for now. This is an incompataibility bu...holger krekel
2013-09-30strike keyword argument in favour of new pytest.yield_fixture decoratorholger krekel
2013-09-30fix issue358 -- introduce new pytest_load_initial_conftests hook and make cap...holger krekel
2013-09-30some more separation of core pluginmanager from pytest specific functionality.holger krekel
2013-09-30shift pytest_configure/unconfigure/addoption/namespace hook calling to config...holger krekel
2013-09-30localize some argcomplete-related functionalityholger krekel
2013-09-28introduce pluginmanager.ensure_teardown() which allowsholger krekel
2013-09-28remove very likely unused pytest_plugin_unregister hook (pytest itself and al...holger krekel
2013-09-28refine fromdictargs to avoid an uncessary re-setup of the pluginmanagerholger krekel
2013-09-28simplify Config constructorholger krekel
2013-09-28move FILE_OR_DIR constant outholger krekel
2013-09-27add terminalreporter.section|line methods to print extra information.holger krekel