summaryrefslogtreecommitdiff
path: root/testing
AgeCommit message (Expand)Author
2019-12-12Bugfix 5430 pass logs to junit report (#6274)Bruno Oliveira
2019-12-04Fix assertion rewriting module detection for egg distsBruno Oliveira
2019-12-01Ensure cache supporting files still exist after --cache-clearBruno Oliveira
2019-11-26Merge pull request #6234 from asottile/remove_none_warningAnthony Sottile
2019-11-25Fix for issue #5430 - junit-xml: logs are not passed to junit report for test...Claudio Madotto
2019-11-22Fix line detection for properties in doctest testsNikolay Kondratyev
2019-11-21main: wrap_session: handle exit.Exception with notify_exceptionDaniel Hahler
2019-11-21Modify test for new expected behaviourMark Dickinson
2019-11-20pytester: reset log output in _match_lines (#70)Daniel Hahler
2019-11-19Release 5.3.0 (#6233)Bruno Oliveira
2019-11-19Revert "A warning is now issued when assertions are made for `None`"Anthony Sottile
2019-11-19Merge remote-tracking branch 'upstream/master' into release-5.3.0Bruno Oliveira
2019-11-19Improve check for misspelling of parametrizeDaniel Hahler
2019-11-18Remove check for os.symlink, always there in py3+Anthony Sottile
2019-11-18Merge pull request #6202 from linw1995/fix_getmodpathAnthony Sottile
2019-11-18Merge pull request #6192 from nicoddemus/remove-reportlog-6180Bruno Oliveira
2019-11-18Metafunc: remove hack for DefinitionMockDaniel Hahler
2019-11-18Hardening an existing test for demonstrating this change.林玮
2019-11-17fix whitespace issues in tests for #2049JoshKarpel
2019-11-17resolve #2049JoshKarpel
2019-11-17Merge pull request #6201 from asottile/mmAnthony Sottile
2019-11-17tests: revisit test_cacheprovider (#6199)Daniel Hahler
2019-11-17Merge pull request #6205 from bluetech/type-annotations-8Ran Benita
2019-11-16test_cache_writefail_permissions: ignore any other pluginsDaniel Hahler
2019-11-16tests: revisit test_cacheproviderDaniel Hahler
2019-11-16Add type annotations to _pytest._code.codeRan Benita
2019-11-16re-run blackDaniel Hahler
2019-11-16Simplify a FormattedExcinfo testRan Benita
2019-11-16Remove unneeded getrawcode() calls from testsRan Benita
2019-11-16Remove a PyPy version check for an unsupported versionRan Benita
2019-11-15Merge remote-tracking branch 'origin/master' into mmAnthony Sottile
2019-11-15Import Path from _pytest.pathlib for py35 (#6193)Daniel Hahler
2019-11-15tests: use sys.dont_write_bytecodeDaniel Hahler
2019-11-15Import Path from _pytest.pathlib for py35Daniel Hahler
2019-11-15Add regression tests for __init__.py breakageAnthony Sottile
2019-11-15Revert "fix bug with nonskipped first test in package (#5831)"Anthony Sottile
2019-11-14Remove report_log in favor of pytest-reportlogBruno Oliveira
2019-11-13Show a better message when 'request' is used in parametrizeBruno Oliveira
2019-11-13Issue a warning to prepare change of 'junit_family' default valueBruno Oliveira
2019-11-13Merge pull request #6176 from blueyed/assertoutcomeDaniel Hahler
2019-11-13Merge pull request #6181 from blueyed/maxfail-terminal-upstreamDaniel Hahler
2019-11-13terminal: report ``session.shouldfail`` reason (``-x``)Daniel Hahler
2019-11-13pytester: Hookrecorder: improve assertoutcomeDaniel Hahler
2019-11-12tests: remove test_nested_marks (xfail)Daniel Hahler
2019-11-10Merge pull request #6149 from bluetech/cached-propertyRan Benita
2019-11-10_compare_eq_iterable: use AlwaysDispatchingPrettyPrinter (#6151)Daniel Hahler
2019-11-10Add a @cached_property implementationRan Benita
2019-11-08Merge pull request #6152 from grlee77/module_name_in_idBruno Oliveira
2019-11-08Drop the "alias" helper used in MarkDecoratorRan Benita
2019-11-08add minimal test caseGregory Lee