summaryrefslogtreecommitdiff
path: root/testing/deprecated_test.py
AgeCommit message (Expand)Author
2021-01-15Deprecate raising unittest.SkipTest to skip tests during collectionRan Benita
2020-12-18tests: Migrate to pytester - final updateantonblr
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-22Reintroduce warnings postponed in 6.0 (#7637)Maximilian Cosmo Sitter
2020-08-19Remove resultlog pluginBruno 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-15Only define gethookproxy, isinitpath on SessionRan Benita
2020-07-22Change pytest deprecation warnings into errors for 6.0 release (#7362)Bruno Oliveira
2020-07-07Point to stable docs instead of latestBruno Oliveira
2020-06-05Enable check_untyped_defs mypy option for testing/ tooRan Benita
2020-05-17logging: remove deprecated --no-print-logs option/iniRan Benita
2020-05-11mark: deprecate a couple undocumented -k syntaxesRan Benita
2020-05-08Merge pull request #6989 from blueyed/fix-testBruno Oliveira
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-31Fix/improve test_terminal_reporter_writer_attrDaniel Hahler
2020-03-30deprecate the pytest.collect moduleRonny Pfannschmidt
2020-03-30fix #6951: allow to write TerminalReporter.writerRonny Pfannschmidt
2020-03-01refer the node-from-parent deprecation documentation in the warningRonny Pfannschmidt
2020-02-20Deprecate TerminalReporter.writerBruno Oliveira
2019-12-14Deprecate --no-print-logs optionVinay Calastry
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-02Merge master into featuresDaniel Hahler
2019-07-05Sort parametrize params to test_external_plugins_integratedBruno Oliveira
2019-06-30Make 'request' a reserved name for fixturesBruno 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 Request.getfuncargvalueBruno Oliveira
2019-06-21Integrate pytest-faulthandler into the coreBruno Oliveira
2019-06-12Postpone removal of --result-log to pytest 6.0Bruno Oliveira
2019-06-03pre-commit run reorder-python-imports --all-filesAnthony Sottile
2019-06-03pre-commit run fix-encoding-pragma --all-filesAnthony Sottile
2019-05-14Use fix-encoding-pragma pre-commit hookAnthony Sottile
2019-03-23tests: fnmatch_lines: use listDaniel Hahler
2019-02-12Revert "Show deprecation message when running under Python 2.7 and 3.4"Bruno Oliveira
2019-02-06pytest.warns emits a warning on unknown keyword argumentsBruno Oliveira
2019-01-29Show deprecation message when running under Python 2.7 and 3.4Bruno Oliveira
2018-12-19Raise an error if pytest_plugins is defined in a non-top-level conftest.py fileBruno Oliveira
2018-12-19Remove support for '[pytest]' section in setup.cfg fileBruno Oliveira
2018-12-19Calling fixtures directly is now an error instead of a warningBruno Oliveira
2018-12-17Merge branch 'features' into remove-legacy-warnBruno Oliveira