summaryrefslogtreecommitdiff
path: root/pyflakes/test/test_doctests.py
Commit message (Expand)AuthorAgeFilesLines
* pyflakes: python3.8+ (#752)Anthony Sottile2022-11-271-10/+3
* remove special handling of pypy offsets since modern pypy gets it right (#717)Anthony Sottile2022-07-181-14/+5
* burn the bridges with python 2.x (#707)Anthony Sottile2022-06-121-2/+2
* simplify PYPY check (#703)Anthony Sottile2022-05-301-6/+1
* Adjust tests for different SyntaxError offsets for pypy7.1.1 (#468)Anthony Sottile2019-09-281-5/+14
* Fix NoneType has no attribute parent when handling doctests (#452)Marius Gedminas2019-07-091-0/+10
* Make the code and tests compatible with 3.8-dev. (#369)Serhiy Storchaka2018-12-201-3/+6
* Exempt typing.overload from duplicate detectionAnthony Sottile2018-11-011-1/+2
* Allow __future__ in doctestJohn Vandenberg2015-11-251-8/+2
* Process doctest scope directly under the module scopeJohn Vandenberg2015-11-251-0/+48
* Fix PyPyJohn Vandenberg2015-11-201-3/+23
* Merge test_doubleNestingReportsClosestNameJohn Vandenberg2015-11-161-19/+2
* Add DoctestScopeJohn Vandenberg2015-11-121-0/+141
* Remove unused classSteven Myint2015-03-201-1/+1
* Restore correct behaviour of __future__ importsFlorent Xicluna2014-03-301-0/+3
* Remove commented lineFlorent Xicluna2014-03-291-1/+0
* Rewrite test_doctests to avoid running tests twiceFlorent Xicluna2014-03-291-40/+51
* Do not complain about _ in doctests; fixes lp:1178096Florent Xicluna2014-03-221-0/+13
* Turn off doctest checking by default.Jean-Paul Calderone2014-02-171-0/+2
* Add failing doctest syntax testLaurent Bachelier2014-01-041-0/+19
* Remove dependency on unittest2 completelyFlorent Xicluna2013-07-021-3/+2
* Remove dependency on unittest2 for the testsFlorent Xicluna2013-06-191-1/+1
* More tests for doctest (lineno, col) calculationFlorent Xicluna2013-04-241-2/+19
* Add tests for DoctestSyntaxError lineno and colFlorent Xicluna2013-04-241-6/+20
* Refactor handleDoctests; add tests for the column offset.Florent Xicluna2013-04-051-4/+8
* Upgrade the patch for doctests, to calculate column offset.Florent Xicluna2013-04-051-1/+1
* Add support for doctests, contribution of Marius GedminasFlorent Xicluna2013-01-291-0/+175