summaryrefslogtreecommitdiff
path: root/pyflakes/test
Commit message (Expand)AuthorAgeFilesLines
...
* Break up tests and skip dictionary comprehensions on 2.6 or lowerIan Cordasco2014-07-231-6/+18
* Failing test for lp/bug/1324942Charles-Francois Natali2014-07-231-0/+26
* Avoid crash on "return 2"Steven Myint2014-04-261-0/+4
* Replace pyflakes with flake8 in the testsuite, and add configuration to tox.iniFlorent Xicluna2014-04-261-2/+3
* Do not bind the function in the current scope, until its arguments are handle...Florent Xicluna2014-03-301-0/+12
* Report undefined name for literal tuple unpacking; fixes lp:879941Florent Xicluna2014-03-302-1/+59
* Restore correct behaviour of __future__ importsFlorent Xicluna2014-03-302-0/+12
* Catch undefined var in loop generator when used as loop var; fixes lp:1205907Florent Xicluna2014-03-292-1/+23
* Do not report redefinition of import in a local scope if the global name is u...Florent Xicluna2014-03-291-3/+39
* Actually this test passesFlorent Xicluna2014-03-291-2/+1
* Remove commented lineFlorent Xicluna2014-03-291-1/+0
* Rewrite test_doctests to avoid running tests twiceFlorent Xicluna2014-03-291-40/+51
* Fix the test docstringFlorent Xicluna2014-03-291-2/+1
* Detect the declared encoding in Python 3; fixes lp:1299169Florent Xicluna2014-03-291-2/+14
* Do not complain about _ in doctests; fixes lp:1178096Florent Xicluna2014-03-221-0/+13
* Fix incremental __all__ and tuples in __all__; lp:1241878 and lp:1266446Florent Xicluna2014-03-221-0/+17
* only run retung with arguments inside generator check if `sys.version_info < ...Attila Oláh2014-02-281-3/+3
* Merge pull request #11 from attilaolah/masterKevin Watters2014-02-261-0/+34
|\
| * added test caseAttila Oláh2013-07-051-0/+34
* | Merge pull request #15 from asmeurer/syntaxerrorKevin Watters2014-02-261-14/+16
|\ \
| * | Reported column offset should be vim-style. Fix all tests.Aaron Meurer2014-02-221-10/+10
| * | Merge branch 'master' into syntaxerrorAaron Meurer2014-02-222-2/+35
| |\ \
| * | | Make tests pass in Python 2Aaron Meurer2013-11-121-4/+6
| * | | Fix all test failures related to changes to syntax error reportingAaron Meurer2013-11-121-16/+16
| | |/ | |/|
* | | Turn off doctest checking by default.Jean-Paul Calderone2014-02-172-1/+5
| |/ |/|
* | Merge pull request #19 from laurentb/doctest-fixFlorent Xicluna2014-01-171-0/+19
|\ \
| * | Add failing doctest syntax testLaurent Bachelier2014-01-041-0/+19
| |/
* | Generalize test to work non-Python 3.3Steven Myint2014-01-041-4/+4
* | Display caret correctlySteven Myint2014-01-041-7/+21
|/
* Remove dependency on unittest2 completelyFlorent Xicluna2013-07-027-30/+34
* Use assertEqual instead of deprecated assertEquals.Florent Xicluna2013-06-191-12/+12
* Fix undefined name for generator expression and dict/set comprehension at cla...Florent Xicluna2013-06-191-0/+22
|\
| * Skip dict/set comprehension with Python 2.5 and 2.6Florent Xicluna2013-06-151-2/+9
| * Fix undefined name for generator expression and dict/set comprehension at cla...Florent Xicluna2013-06-151-0/+15
* | Remove dependency on unittest2 for the testsFlorent Xicluna2013-06-197-7/+11
|/
* Fix tests with Python 3.2.4 and Python 3.3.1Florent Xicluna2013-04-241-3/+7
* More tests for doctest (lineno, col) calculationFlorent Xicluna2013-04-241-2/+19
* Add tests for DoctestSyntaxError lineno and colFlorent Xicluna2013-04-241-6/+20
* Fix reporting errors in non-ASCII filenames on Python 2.xFlorent Xicluna2013-04-231-5/+5
|\
| * Fix tests on Python 2Florent Xicluna2013-04-211-5/+5
* | Minor style cleanupFlorent Xicluna2013-04-214-29/+49
|/
* Support checking doctests.Florent Xicluna2013-04-161-0/+179
|\
| * 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-0/+175
| |\
| | * Add support for doctests, contribution of Marius GedminasFlorent Xicluna2013-01-291-0/+175
* | | Do not crash when handling dotted exception types; with tests.Florent Xicluna2013-04-151-1/+14
|/ /
* | Support special locals like __tracebackhide__ for py.test.Florent Xicluna2013-04-041-0/+10
|\ \
| * | Support special locals like __tracebackhide__ for py.test.Florent Xicluna2013-03-301-0/+9
* | | Do not report redefinition when unassigning a globally imported module.Florent Xicluna2013-04-041-1/+1
|\ \ \
| * | | Do not report redefinition when unassigning a globally imported module.Florent Xicluna2013-03-301-1/+1
| |/ /