summaryrefslogtreecommitdiff
path: root/_pytest
AgeCommit message (Expand)Author
2018-05-23run pyupgradeRonny Pfannschmidt
2018-05-23Merge remote-tracking branch 'upstream/master' into release-3.6.0Bruno Oliveira
2018-05-22Import Mapping and Sequence from compat in python_api::approxMiro Hrončok
2018-05-21Merge pull request #3459 from RonnyPfannschmidt/mark-iter-name-filterBruno Oliveira
2018-05-18Merge remote-tracking branch 'upstream/master' into merge-master-into-featuresBruno Oliveira
2018-05-17Detect `pytest_` prefixed hooksTyler Goodlet
2018-05-15Fix deprecation notice in Node.get_markerBruno Oliveira
2018-05-15Add section on how to update marks and add ref to the deprecation noticeBruno Oliveira
2018-05-15Merge pull request #3469 from scop/dropthedotBruno Oliveira
2018-05-13#dropthedotVille Skyttä
2018-05-13Spelling and grammar fixesVille Skyttä
2018-05-11introduce name filtering for marker iteration againRonny Pfannschmidt
2018-05-04Rename internal function as suggested during reviewBruno Oliveira
2018-05-03Escape whitespace only strings when diffing them on failed assertionsBruno Oliveira
2018-05-03Merge pull request #3442 from RonnyPfannschmidt/fix-3441-markexpr-markstorageBruno Oliveira
2018-05-03fix #3441 - use iter-marks to populate markexpr namespaceRonny Pfannschmidt
2018-05-02--pdb treats KeyboardInterrupt as exceptionBrian Maissy
2018-04-24Merge remote-tracking branch 'upstream/master' into merge-master-into-featuresBruno Oliveira
2018-04-23Merge remote-tracking branch 'upstream/features' into ApaDoctor/disable-repea...Bruno Oliveira
2018-04-23Merge pull request #3367 from brianmaissy/feature/indicative_error_for_parame...Bruno Oliveira
2018-04-20Merge pull request #3407 from rachel1792/masterBruno Oliveira
2018-04-19Merge pull request #3382 from feuillemorte/3290-improve-monkeypatchBruno Oliveira
2018-04-18Fix typo in the commentСемён Марьясин
2018-04-17Merge branch 'master' of github.com:pytest-dev/pytestRachel Kogan
2018-04-17fix error in caplog docs.Rachel Kogan
2018-04-15added indicative error when parametrizing an argument with a default valueBrian Maissy
2018-04-14Mention omission of fixtures with leading '_', closes #3398Holger Kohr
2018-04-13#3290 Fix commentsfeuillemorte
2018-04-12Attempt to solve race-condition which corrupts .pyc files on WindowsBruno Oliveira
2018-04-12Merge pull request #3384 from nicoddemus/leak-frameBruno Oliveira
2018-04-11Merge remote-tracking branch 'upstream/master' into merge-master-into-featuresBruno Oliveira
2018-04-11#3290 Improved monkeypatch to support some form of with statementfeuillemorte
2018-04-10Merge pull request #3331 from tonybaloney/breakpoint_supportRonny Pfannschmidt
2018-04-06linting: unfortunate dedent be gone.Tim Strazny
2018-04-06Follow Ronny's advice and use ``type`` in ``base_type``.Tim Strazny
2018-04-06Ensure object is class before calling issubclass.Tim Strazny
2018-04-06Fix issue #3372Tim Strazny
2018-04-05Merge pull request #3360 from RonnyPfannschmidt/xml_property_yayBruno Oliveira
2018-04-05extend marker docs with reasons on marker iterationRonny Pfannschmidt
2018-04-04Clear sys.last_* attributes before running an itemBruno Oliveira
2018-04-03Merge pull request #3357 from nicoddemus/session-hooks-refRonny Pfannschmidt
2018-04-01record_property is no longer experimentalRonny Pfannschmidt
2018-03-30prevent doubleing of function level marksRonny Pfannschmidt
2018-03-30fix method reference to iter_markers in warningRonny Pfannschmidt
2018-03-29Switch imports based on python versions, my badBruno Oliveira
2018-03-29Add reference docs for pytest_sessionstart/finish and update their docstringsBruno Oliveira
2018-03-29Move compatibility imports to compat.py and fix lintingBruno Oliveira
2018-03-29chage collections.abc import to fix deprecation warnings on python 3.7Irmen de Jong
2018-03-29remove NodeMarkers, turn own_markers into a list and use iter_markers api exc...Ronny Pfannschmidt
2018-03-29add node iteration apisRonny Pfannschmidt