summaryrefslogtreecommitdiff
path: root/pylint/test/test_functional.py
Commit message (Collapse)AuthorAgeFilesLines
* Stopped installing tests with packageAshley Whetter2019-06-201-384/+0
|
* Fix - C0412: Imports from package x are not groupedPierre Sassoulas2019-03-201-2/+3
|
* Style - Re-Apply black following the isort cleanupPierre Sassoulas2019-03-201-2/+2
| | | | Change with isort triggered change with black.
* Style - Apply isort on all apllicable filesPierre Sassoulas2019-03-201-7/+4
|
* implicit-str-concat-in-sequence: Handling lines with multi-bytes characters ↵Lucas Cimon2018-11-261-2/+3
| | | | - fix #2610 (#2611)
* Update copyright noticesClaudiu Popa2018-07-151-0/+1
|
* Spelling fixesVille Skyttä2018-01-301-1/+1
|
* Regenerate copyright noticesClaudiu Popa2017-12-151-1/+7
|
* Show the file for which the test failedClaudiu Popa2017-08-091-1/+1
|
* test_functional: assign user-friendly names to parametrised tests (#1248)Łukasz Rogalski2016-12-291-7/+3
|
* Make removed tests pass.Derek Gustafson2016-12-171-4/+10
|
* Remove pytest.main calls.Derek Gustafson2016-12-071-6/+1
|
* Added test_functional tests back in.Derek Gustafson2016-12-061-15/+19
|
* Fix pylint warnings.Derek Gustafson2016-12-061-4/+4
|
* Switch test runner from unnittest to pytest.Derek Gustafson2016-12-061-3/+2
|
* Don't emit unused-argument and function-redefined for singledispatch ↵Łukasz Rogalski2016-12-041-2/+5
| | | | | | implementations Closes #1032 and #1034
* Even more granular copyrights (thanks to copyrite)Claudiu Popa2016-07-231-2/+3
|
* Keep a consistent copyright notice across the board.Claudiu Popa2016-07-191-0/+2
| | | | | This was changed automatically in #894, but apparently we need to have the copyright notice somewhere.
* Add the new shorter license header, including to missing files. Close #894.Claudiu Popa2016-06-011-0/+3
|
* Rename display_results to display_reports, the old name being deprecated.Claudiu Popa2016-01-091-1/+1
|
* Bring parts of logilab.common.configuration and logilab.common.optik_ext ↵Claudiu Popa2015-09-011-1/+2
| | | | | | | | | | | | | | | | | into pylint.config The reason behind this is that we can better control the behaviour of the underlying configuration modules, such as the case for undefined options or for quickly fixing other bugs. Another side effect of this change is that it gets us closer to the moment where we will not be dependent on logilab.common anymore, which will definitely make our pytest users happy. Some parts were copied almost verbatim from logilab.common.configuration and logilab.common.optik_ext and pylint.config will definitely need a refactoring and reengineering for abstracting the configuration, so that we won't use optparse anymore, but that's subject for another patch.
* Improve detection of relative imports in non-packages, as well as importing ↵Claudiu Popa2015-07-141-1/+0
| | | | | | | missing modules with a relative import from a package. The change improves how relative imports are shown when they are missing, with the absolute name, instead of the relative one.
* Fix the implementation of except_implementations, it was busted due to the ↵Claudiu Popa2015-05-081-2/+2
| | | | fact that methods were compared to strings.
* Move all package files to a pylint package.Ionel Cristian Maries2015-02-141-0/+369