summaryrefslogtreecommitdiff
path: root/src/_pytest/deprecated.py
AgeCommit message (Expand)Author
2021-01-15Deprecate raising unittest.SkipTest to skip tests during collectionRan Benita
2020-11-13Export types of builtin fixture for type annotationsRan Benita
2020-11-07fixtures: deprecate pytest.yield_fixture()Ran Benita
2020-11-06Deprecate --strict (#7985)Bruno Oliveira
2020-10-06Add alias clarification to deprecation warning (#7829)Manuel MariƱez
2020-08-19Remove resultlog pluginBruno Oliveira
2020-08-19Remove broken pytest_collect_directory hookBruno Oliveira
2020-08-19Remove deprecated TerminalReporter.writer propertyBruno Oliveira
2020-08-19Change junit_family default to xunit2Bruno Oliveira
2020-08-19Hard failure when constructing Node subclassesBruno Oliveira
2020-08-19Drop support for positional arguments in @pytest.fixtureBruno Oliveira
2020-08-19Remove funcargnames compatibility propertyBruno Oliveira
2020-08-15Only define gethookproxy, isinitpath on SessionRan Benita
2020-08-01Format docstrings in a consistent styleRan Benita
2020-07-07Point to stable docs instead of latestBruno Oliveira
2020-05-27fix the unit tests, add the proper deprecation warning, and add in a changelo...Gleb Nikonorov
2020-05-17logging: remove deprecated --no-print-logs option/iniRan Benita
2020-05-11mark: deprecate a couple undocumented -k syntaxesRan Benita
2020-05-02Improve docs about junit_family warning messageBruno Oliveira
2020-04-24Update src/_pytest/deprecated.pyRan Benita
2020-04-24fixtures: deprecate pytest._fillfuncargs functionRan Benita
2020-04-10Merge pull request #6680 from RonnyPfannschmidt/fix-6294-more-docs-for-frompa...Ronny Pfannschmidt
2020-03-30deprecate the pytest.collect moduleRonny Pfannschmidt
2020-03-30fix #6951: allow to write TerminalReporter.writerRonny Pfannschmidt
2020-03-05doc: src/_pytest/deprecated.py: linksDaniel Hahler
2020-03-03fix #571: deprecate pytest_collect_directory as ... (#6847)Ronny Pfannschmidt
2020-03-01refer the node-from-parent deprecation documentation in the warningRonny Pfannschmidt
2019-12-16Merge master into features (#6346)Bruno Oliveira
2019-12-14Deprecate --no-print-logs optionVinay Calastry
2019-12-14Merge remote-tracking branch 'upstream/master' into mmBruno Oliveira
2019-12-13Improve warning about incoming change to 'junitxml_family' defaultBruno Oliveira
2019-11-23deprecate direct node construction and introduce Node.from_parentRonny Pfannschmidt
2019-11-14Remove report_log in favor of pytest-reportlogBruno Oliveira
2019-11-13Issue a warning to prepare change of 'junit_family' default valueBruno Oliveira
2019-08-31Implemented the dynamic scope feature.aklajnert
2019-06-30Make 'request' a reserved name for fixturesBruno Oliveira
2019-06-30Move FIXTURE_FUNCTION_CALL constant to the point of errorBruno Oliveira
2019-06-30Remove 'pytest_logwarning' hookBruno Oliveira
2019-06-30Remove YIELD_TESTS from deprecated module as it is now an errorBruno Oliveira
2019-06-30Remove 'tmpdir_factory.ensuretemp'Bruno Oliveira
2019-06-30Remove 'pytest.config'Bruno Oliveira
2019-06-30Move setup.cfg error message and tests to an appropriate locationBruno Oliveira
2019-06-30Move code about 'pytest_plugins' error to a more appropriate placeBruno Oliveira
2019-06-30Remove explicit kwargs handling from raises, warns and ParameterSet.paramBruno Oliveira
2019-06-30Remove 'message' parameter from pytest.raisesBruno Oliveira
2019-06-30Remove support for 'code as string' from pytest.raises and pytest.warnsBruno Oliveira
2019-06-30Remove Request.getfuncargvalueBruno Oliveira
2019-06-26Deprecate funcargnames aliasZac Hatfield-Dodds
2019-06-21Integrate pytest-faulthandler into the coreBruno Oliveira
2019-06-12Postpone removal of --result-log to pytest 6.0Bruno Oliveira