summaryrefslogtreecommitdiff
path: root/_pytest
AgeCommit message (Expand)Author
2016-11-11Bump version to 3.0.5.devBruno Oliveira
2016-11-09Version bump to 3.0.4, CHANGELOG, announcementBruno Oliveira
2016-11-08Fix the stubborn test about cyclic references left by pytest.raisesBruno Oliveira
2016-11-08Fix memory leak with pytest.raises by using weakrefMichael Seifert
2016-11-07Clean up unittest TestCase objects after tests are complete (#1649).Dan Wandschneider
2016-11-06Change version to be in normal form according to PEP 440.Manuel Jacob
2016-11-03Properly handle exceptions in multiprocessing tasksBruno Oliveira
2016-11-02Fix teardown error message in generated xUnit XMLGeorgy Dyuldin
2016-10-30Report teardown output on test failureMathieu Clabaut
2016-10-24Merge pull request #2011 from nicoddemus/false-rewrite-warningsRonny Pfannschmidt
2016-10-24Merge pull request #2021 from nicoddemus/doctest-modules-ciRonny Pfannschmidt
2016-10-21Restore pexpect tests and bypass isalive/wait on macOS. Ref #2022.Jason R. Coombs
2016-10-21Re-enable docstring testing of _pytest modules on CIBruno Oliveira
2016-10-20Fix false-positive warnings from assertion rewrite hookBruno Oliveira
2016-10-20Fix cmdline help message for custom options with two or more metavarsBruno Oliveira
2016-10-12Handle import errors with non-ascii messages when importing pluginsBruno Oliveira
2016-10-05Merge pull request #1979 from nicoddemus/show-traceback-during-collectionBruno Oliveira
2016-10-04Fix #1981, improve ini-options help textTom V
2016-10-03Display traceback from Import errors using pytest's short representationBruno Oliveira
2016-10-03Display full traceback from Import errors when collecting test modulesBruno Oliveira
2016-10-01Improve error message when using pytest.skip at module levelNikolaus Rath
2016-09-29post 3.0.3 release changesBruno Oliveira
2016-09-28Prepare for 3.0.3 releaseBruno Oliveira
2016-09-25Vendor pluggy 0.4.0Bruno Oliveira
2016-09-23Remove implementation of `__getslice__`Roy Williams
2016-09-22Merge pull request #1955 from rowillia/fix_python3_deprecation_warningsBruno Oliveira
2016-09-22Explicitly set to None to have consistent behavior in Python 2 and Python 3Roy Williams
2016-09-21Fix `DeprecationWarnings` found when running py.test in Python 2.7 with the -...Roy Williams
2016-09-21Explain a bad scope value to the userTyler Goodlet
2016-09-20AttributeError chaining bug #1944 fixLev Maximov
2016-09-19Merge pkg_resources workaroundFloris Bruynooghe
2016-09-14Fixed assertion rewriting for plugins in development modeBruno Oliveira
2016-09-05Merge pull request #1908 from nicoddemus/parametrize-unicode-idFlorian Bruhin
2016-09-05Fix keyword docsHuayi Zhang
2016-09-02The "ids" argument to "parametrize" again accepts unicode strings in Python 2Bruno Oliveira
2016-09-01Set version to 3.0.3.dev0Bruno Oliveira
2016-09-01Fix use of deprecated getfuncargvalue method in the internal doctest pluginBruno Oliveira
2016-08-31Changes for 3.0.2 releaseBruno Oliveira
2016-08-31integrating review commets of @nicoddemusmbyt
2016-08-31Merge branch 'master' into disable_tearDown_and_cleanups_for_post_mortem_debu...mbyt
2016-08-30Fix issue where pytest_plugins as string was marking wrong modules for rewriteBruno Oliveira
2016-08-30avoid tearDown and cleanup for unittest debuggingmbyt
2016-08-29pdbcls ipython example with tab completionmbyt
2016-08-26docs warnings as errors and initial page similar to READMEBruno Oliveira
2016-08-26Fix UnicodeEncodeError when string comparison with unicode has failed.Ahn Ki-Wook
2016-08-24Add buffer attribute to stdin stubJordan Guymon
2016-08-24Moved import pkg_resources to else clause.Raquel Alegre
2016-08-23Improve error message when passing non-string ids to pytest.mark.parametrizeBruno Oliveira
2016-08-23Updates for new patch version 3.0.2Bruno Oliveira
2016-08-23Changes for 3.0.1 releaseBruno Oliveira