summaryrefslogtreecommitdiff
path: root/testing/test_doctest.py
AgeCommit message (Expand)Author
2020-08-03testing: fix some docstring issuesRan Benita
2020-07-10Remove no longer needed `noqa: F821` usesRan Benita
2020-06-25Replace yield_fixture -> fixture in internal codeRan Benita
2020-06-05Enable check_untyped_defs mypy option for testing/ tooRan Benita
2020-06-05Type annotate ParameterSetRan Benita
2020-05-07Fix _is_setup_py for files encoded differently than localeAnthony Sottile
2020-02-24doctest: strip newlines with unexpected exceptions (#6801)Daniel Hahler
2020-02-19doctest: handle any OutcomeException (#6669)Daniel Hahler
2019-11-22Fix line detection for properties in doctest testsNikolay Kondratyev
2019-10-27Fix plurality mismatch for and in pytest terminal summaryMarcoGorelli
2019-10-23Fix check_untyped_defs errors in doctestRan Benita
2019-10-06Use new no-match functions to replace previous idiomBruno Oliveira
2019-07-11docs: Document doctest +NUMBER limitation with stringsDavid Röthlisberger
2019-07-11Fix test_doctest.test_number_non_matchesDavid Röthlisberger
2019-07-08doctest: Add +NUMBER option to ignore irrelevant floating-point differencesDavid Röthlisberger
2019-06-09Emit warning for broken objectZac-HD
2019-06-04Clean up u' prefixes and py2 bytes conversionsAnthony 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-03-23tests: fnmatch_lines: use listDaniel Hahler
2019-03-15Test pytest.skip in doctestTakafumi Arakaki
2019-01-10fix doctest module when a mock object is aroundRonny Pfannschmidt
2018-10-25Apply reorder-python-imports to all filesAnthony Sottile
2018-08-23Replace Source with dedent where possibleAnthony Sottile
2018-06-26Upgrade pre-commit hooks except pyupgradeAnthony Sottile
2018-06-15Failing test case for #3583John T. Wodder II
2018-05-23run blackRonny Pfannschmidt
2018-05-23run pyupgradeRonny Pfannschmidt
2018-02-23Turn on the continue on failure only when the flag is givenWilliam Lee
2018-02-23Fixed test for the continue runWilliam Lee
2018-02-22Fixed #3149 where doctest does not continue to run when there is a failureWilliam Lee
2017-11-03Merge upstream/master into featuresBruno Oliveira
2017-10-14call path.read(), add tests, add news fragmentje
2017-07-24Add test case for DoctestItem.reportinfo()Nguyễn Hồng Quân
2017-07-17Fixed E303 flake8 errorsAndras Tim
2017-07-17Fixed E265 flake8 errorsAndras Tim
2017-07-17Fixed E241 flake8 errorsAndras Tim
2017-07-17Fixed E128 flake8 errorsAndras Tim
2017-07-17Fixed E101 flake8 errorsAndras Tim
2017-07-17Fixed flake8 warningsAndras Tim
2017-06-13Fix decode error in Python 2 for doctests in docstringsBruno Oliveira
2017-05-26Fix unicode issue while running doctests in Python 2Bruno Oliveira
2017-03-16Add __future__ imports to all pytest modulesBruno Oliveira
2017-02-16New-style classes implemented for python 2.7 - #2147Michal Wajszczuk
2016-12-27Merge branch 'master' into merge-master-into-featuresBruno Oliveira