summaryrefslogtreecommitdiff
path: root/testing
AgeCommit message (Expand)Author
2016-11-08Fix the stubborn test about cyclic references left by pytest.raisesBruno Oliveira
2016-11-08added test (thanks @nicoddemus) and added links in ChangelogMichael Seifert
2016-11-07Clean up unittest TestCase objects after tests are complete (#1649).Dan Wandschneider
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-21Restore pexpect tests and bypass isalive/wait on macOS. Ref #2022.Jason R. Coombs
2016-10-21Also use flush where wait was called unconditionallyJason R. Coombs
2016-10-21Extract child flush as a staticmethodJason R. Coombs
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-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-01Fix test about pytest.skip message being used at global levelBruno Oliveira
2016-09-21Explain a bad scope value to the userTyler Goodlet
2016-09-20added a testLev Maximov
2016-09-14Fixed assertion rewriting for plugins in development modeBruno Oliveira
2016-09-02The "ids" argument to "parametrize" again accepts unicode strings in Python 2Bruno 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-31adding corresponding test, authors and changelogmbyt
2016-08-30Fix issue where pytest_plugins as string was marking wrong modules for rewriteBruno 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-23Improve error message when passing non-string ids to pytest.mark.parametrizeBruno Oliveira
2016-08-23Fix internal error when parametrizing using and empty list of ids()Bruno Oliveira
2016-08-22Fix code which guesses parametrized scope based on argumentsBruno Oliveira
2016-08-22Add acceptance test for module loaderBruno Oliveira
2016-08-20Merge pull request #1827 from blueyed/Fix-spelling-s-outside-a-outside-of-a-Florian Bruhin
2016-08-20Fix spelling: s/outside a/outside of a/Daniel Hahler
2016-08-19Fix regression when using importorskip at module levelBruno Oliveira
2016-08-17Move internal _is_unittest_unexpected_success_a_failure to "compat" moduleBruno Oliveira
2016-08-17Merge branch 'master' into merge-master-into-featuresBruno Oliveira
2016-08-17Quick fix for tests in config depended on the current directoryBruno Oliveira
2016-08-17unittest's unexpectedSuccess should work as non-strict xpassBruno Oliveira
2016-08-17Fix sys.version_info expression in xfail markerRaphael Pierzina
2016-08-17Fix py3 xfail expression evaluation and parametrize strictRaphael Pierzina
2016-08-17Fix broken test in test_junitxmlRaphael Pierzina
2016-08-17Use a better xfail reasonRaphael Pierzina
2016-08-17Merge branch 'master' into fix-report-outcome-for-xpassRaphael Pierzina
2016-08-17Fix broken test in test_skipping and add one for strict xfailRaphael Pierzina
2016-08-17Fix test in test_junitxml and add one for strictRaphael Pierzina
2016-08-17Merge pull request #1813 from nicoddemus/pytest-setup.cfgFlorian Bruhin
2016-08-17Merge pull request #1811 from nicoddemus/revert-invocation-fixturesFlorian Bruhin
2016-08-17Support [tool:pytest] in setup.cfg filesBruno Oliveira
2016-08-17Revert all invocation-fixtures codeBruno Oliveira
2016-08-16Deprecate --resultlog cmdline optionBruno Oliveira
2016-08-15Update test_junitxml.py to interpret XPASS as passedRaphael Pierzina