summaryrefslogtreecommitdiff
path: root/testing/test_warnings.py
AgeCommit message (Expand)Author
2020-12-30[pre-commit.ci] pre-commit autoupdate (#8201)pre-commit-ci[bot]
2020-12-13migrates test_warnings.py from testdir to pytesterbot2x
2020-10-05py36+: com2annAnthony Sottile
2020-10-03py36+: pyupgrade: py36+Anthony Sottile
2020-09-04Integrate warnings filtering directly into Config (#7700)Bruno Oliveira
2020-08-19PytestDeprecationWarning no longer a hard errorBruno Oliveira
2020-08-19Remove resultlog pluginBruno Oliveira
2020-08-03testing: fix some docstring issuesRan Benita
2020-07-22Change pytest deprecation warnings into errors for 6.0 release (#7362)Bruno Oliveira
2020-06-05Enable check_untyped_defs mypy option for testing/ tooRan Benita
2020-05-28remove a stray comma in a test tupleGleb Nikonorov
2020-05-27fix the unit tests, add the proper deprecation warning, and add in a changelo...Gleb Nikonorov
2020-05-27provide missing location parameter, and add type annotations to the hookspecGleb Nikonorov
2020-05-24rename pytest_warning_record -> pytest_warning_recordedGleb Nikonorov
2020-05-24Add in a new hook pytest_warning_recorded for warning captureGleb Nikonorov
2020-05-05Fix warnings summaryDaniel Hahler
2020-03-27Fix lintingBruno Oliveira
2020-03-27test_warnings: clean up usage of pyfile_with_warnings (#6799)Daniel Hahler
2020-03-01summarize warning summaries if the number of locations is highRonny Pfannschmidt
2020-02-15Move test_issue4445_cacheprovider_set into test_cache_failure_warnsDaniel Hahler
2020-02-03pluginmanager.consider_preparse: add exclude_only kwarg (#6443)Daniel Hahler
2019-12-03Merge remote-tracking branch 'upstream/master' into mmBruno Oliveira
2019-11-22Add stacklevel tests for warnings, 'location' to pytest_warning_capturedPhilipp Loose
2019-11-19Revert "A warning is now issued when assertions are made for `None`"Anthony Sottile
2019-11-03test_group_warnings_by_message: ignore own PytestExperimentalApiWarningDaniel Hahler
2019-10-27Fix plurality mismatch for and in pytest terminal summaryMarcoGorelli
2019-08-15Merge remote-tracking branch 'upstream/master' into mmBruno Oliveira
2019-08-15Capture warnings during ``pytest_configure``dmitry.dygalo
2019-06-30Remove 'RemovedInPytest4Warning'Bruno Oliveira
2019-06-05Turn PytestDeprecationWarning into errorBruno Oliveira
2019-06-04Clean up u' prefixes and py2 bytes conversionsAnthony Sottile
2019-06-03Update line number for warningAnthony Sottile
2019-06-03Clean up __future__ and coding: in testsAnthony Sottile
2019-06-03pre-commit run pyupgrade --all-filesAnthony Sottile
2019-06-03pre-commit run reorder-python-imports --all-filesAnthony Sottile
2019-06-03pre-commit run fix-encoding-pragma --all-filesAnthony Sottile
2019-06-02Drop Python 2.7 and 3.4 supportBruno Oliveira
2019-05-14Use fix-encoding-pragma pre-commit hookAnthony Sottile
2019-05-14Normalize all source encoding declarationsBruno Oliveira
2019-05-09Change ``--strict`` to ``--strict-markers``, preserving the old oneBruno Oliveira
2019-04-28Introduce new warning subclassesBruno Oliveira
2019-03-24test_as_errors: use subprocess with `-W`Daniel Hahler
2019-03-01Run isortDaniel Hahler
2019-01-22Group warnings by message instead of by test idBruno Oliveira
2019-01-09Change test_warningschecker_twice to a unittestBruno Oliveira
2019-01-09Added test for Issue 4617Victor Maryama
2018-12-14Remove config.warn, Node.warn; pytest_logwarning issues a warning when implem...Bruno Oliveira
2018-12-05Harden tests, fix doc/msgDaniel Hahler
2018-12-05:ok_hand: Address code reviewTomer Keren
2018-12-05Fix tests not to assert a function that already assertsTomer Keren