summaryrefslogtreecommitdiff
path: root/tests/test_ext_doctest.py
Commit message (Expand)AuthorAgeFilesLines
* A happy new year!Takeshi KOMIYA2020-01-011-1/+1
* Merge branch '1.8'Takeshi KOMIYA2019-01-021-1/+1
|\
| * A happy new year!Takeshi KOMIYA2019-01-021-1/+1
* | Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-161-1/+0
* | Fix #5770: doctest: Follow highlight_language on highlighting doctest blockTakeshi KOMIYA2018-12-151-0/+18
* | refactoring: Drop PY2 and PY3 flagsTakeshi KOMIYA2018-09-221-4/+0
|/
* Ref #5273: doctest: add test for skipif calling global setup/cleanupAntti Kaihola2018-08-161-18/+24
* Ref #5273: doctest: add tests for the :skipif: optionAntti Kaihola2018-08-161-0/+45
* Fix flake8 violations on testsTakeshi KOMIYA2018-07-281-0/+1
* Fix broken testcase caused by path separatorTakeshi KOMIYA2018-05-021-1/+2
* Fix flake8 violationsTakeshi KOMIYA2018-02-191-2/+3
* Avoid misreporting line numberZac-HD2018-02-091-2/+2
* Get correct filename for each doctest blockZac-HD2018-02-091-0/+4
* Add ext.autodoc + ext.doctest test rootZac-HD2018-02-091-0/+18
* Fix #4183: doctest: ``:pyversion:`` option also follows PEP-440 specificationTakeshi KOMIYA2018-01-081-14/+25
* A happy new year!Takeshi KOMIYA2018-01-011-1/+1
* Rename tests directory; roots/test-doctest -> roots/test-ext-doctestTakeshi KOMIYA2017-11-021-1/+1
* Merge branch 'stable'Takeshi KOMIYA2017-03-261-1/+1
|\
| * Year++Takeshi KOMIYA2017-03-261-1/+1
* | Removed useless importMarco Buttu2017-01-151-1/+0
* | compare_version() replaces proper_pyversion()Marco Buttu2017-01-151-14/+14
* | Added pyversion option for doctest (issue 3303)Marco Buttu2017-01-151-3/+1
* | Added pyversion option for doctest (issue 3303)Marco Buttu2017-01-141-0/+19
|/
* pytest: remove deprecated with_app decorator functionsshimizukawa2017-01-061-3/+2
* Obligatory copyright update.Georg Brandl2016-01-141-1/+1
* Merge branch 'stable'Georg Brandl2015-01-031-1/+1
* Split viewcode and linkcode tests out of main test root.Georg Brandl2014-09-211-4/+0
* Complete test suite overhaul.Georg Brandl2014-09-211-0/+35