summaryrefslogtreecommitdiff
path: root/testing/test_doctest.py
AgeCommit message (Expand)Author
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
2016-12-27Move module error compatibility code to _pytest.compatBruno Oliveira
2016-12-27Tests: Check for ModuleNotFoundError on Python 3.6+Miro Hrončok
2016-11-30Fixed the tests for python 2.6Manuel Krebber
2016-11-30Changed the doctest_encoding option to an ini option.Manuel Krebber
2016-11-29Changed the tests to pass on python 2 as well.Manuel Krebber
2016-11-29Added some tests for --docstring-encoding option. Added option to specify enc...Manuel Krebber
2016-07-23Simplify test in test_doctest_report_none_or_only_first_failure.Romain Dorgueil
2016-07-23using @pytest.mark.parametrize instead of calling one test many times from an...Romain Dorgueil