summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-11-18a script to read bitbucket pytest issuesholger krekel
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-14Merged in paylogic/pytest/fix-fixturedef-merge (pull request #86)holger krekel
2013-11-13correctly check for fixturedef when mergingAnatoly Bubenkov
2013-11-13Merged in nicoddemus/pytest/plugins-index-status-images (pull request #85)holger krekel
2013-11-13Merged in paylogic/pytest/ignore-autocomplete-on-darwin (pull request #84)holger krekel
2013-11-13Merged in paylogic/pytest/multi-level-fixture-deps-override (pull request #83)holger krekel
2013-11-13Merged in paylogic/pytest/python32-test-fix (pull request #82)holger krekel
2013-11-12Adding status images in plugins_indexBruno Oliveira
2013-11-12ignore argcomplete on darwinAnatoly Bubenkov
2013-11-12support python32Anatoly Bubenkov
2013-11-12use deepest fixturedef for fixture closureAnatoly Bubenkov
2013-11-12initialAnatoly Bubenkov
2013-11-08Fix TypeError crash on failed imports under py3.3.Virgil Dupras
2013-11-02merge, add changelog entryholger krekel
2013-11-02Merged in jameslan/pytest/multi-marks (pull request #79)holger krekel
2013-11-01Support multiple marks for individual parametrized argument setJames Lan
2013-10-25add german pytest talk (pyconde2013)holger krekel
2013-10-24change metadataholger krekel
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-21fix typo, thank avanderneuthholger krekel
2013-10-21fix changelogholger krekel
2013-10-21pytestconfig is now session-config as it is the same object during theholger krekel
2013-10-20Merged in nicoddemus/pytest/plugins-index-adjustments (pull request #77)holger krekel
2013-10-15Correct hyperlink and targetFloris Bruynooghe
2013-10-14adding column for download countsBruno Oliveira
2013-10-14using a single column for name and versionBruno Oliveira
2013-10-14moved test_plugins_index.pyBruno Oliveira
2013-10-14moved plugins_index to its own directoryBruno Oliveira
2013-10-12fix flakes issues and make --flakes run part of tox runsholger krekel
2013-10-12Merged in nicoddemus/pytest/plugins-index (pull request #76)holger krekel
2013-10-11fixed 'PyPI' spellingBruno Oliveira
2013-10-11included test for plugins_index and added command line optionsBruno Oliveira
2013-10-11added plugins_index documentation and generated plugins_index fileBruno Oliveira
2013-10-11adding first version of plugins_index scriptBruno Oliveira
2013-10-11avoid one surprising case of marker malfunction/confusion::holger krekel
2013-10-11add changelog entry: refine pytest / pkg_resources interactions: Theholger krekel
2013-10-11mergeholger krekel
2013-10-10Fix bytes/string mismatch in test on Python 3Jason R. Coombs
2013-10-10Implement suggestions by HPKJason R. Coombs
2013-10-10Register the AssertionRewritingHook loader with pkg_resources; fixes #366.Jason R. Coombs
2013-10-10Adding test capturing #366 where an error occurs when package resources are l...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-05add test for detecting coding cookie with CRLF newlinesBenjamin Peterson
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