summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-10-04Added tag 2.4.2 for changeset 8d051f89184bholger krekel
2013-10-04bump version of docsholger krekel
2013-10-04finalize release announcement, changelogholger krekel
2013-10-04add pluginmanager.do_configure(config) as a link toholger krekel
2013-10-03bump version to 2.4.2, regen docsholger krekel
2013-10-03remove fd-fixing attempt at startup of pytest. It'sholger krekel
2013-10-03fix python2.5 issuesholger krekel
2013-10-03fix argcomplete-test to use sys.argv[0] if it looks like a py.test executableholger 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-03add setup.cfg for building sphinx_docsholger 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-02Added tag 2.4.1 for changeset 8828c924acaeholger krekel
2013-10-02avoid "IOError: Bad Filedescriptor" on pytest shutdown by not closingholger krekel
2013-10-02reference CHANGELOGholger 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-02adapt changelogholger krekel
2013-10-02mergeholger krekel
2013-10-02Merged in dirn/pytest/dirn/adjust-syntax-for-parametrize-documentat-138067167...holger krekel
2013-10-01Adjust syntax for parametrize documentationAndy Dirnberger
2013-10-01add to CHANGELOGholger krekel
2013-10-01complete_dotted: fix for #361, filecompleter on dot files had differing behav...Anthon van der Neut
2013-10-01fix typos (thanks @faassen)holger krekel
2013-10-01strike wrong yield_fixture paragraphholger krekel
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-01Added tag 2.4.0 for changeset af860de70cc3holger krekel
2013-10-01bump version to 2.4.0holger krekel
2013-09-30fix usage docs for "-k" (addresses issue357)holger 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-30add missing entry to CHANGELOGholger 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-30avoid creation of file in os.getcwd() cc avanderneutholger 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