summaryrefslogtreecommitdiff
path: root/pylint/test/extensions/test_check_docs_utils.py
Commit message (Collapse)AuthorAgeFilesLines
* Stopped installing tests with packageAshley Whetter2019-06-201-111/+0
|
* Style - Apply isort on all apllicable filesPierre Sassoulas2019-03-201-3/+2
|
* Update copyright noticesClaudiu Popa2018-07-151-1/+2
|
* pyupgrade (#2136)Anthony Sottile2018-05-221-7/+7
|
* Regenerate copyright noticesClaudiu Popa2017-12-151-1/+2
|
* Parametrized testsDerek Gustafson2016-12-081-66/+33
|
* Remove pytest.main calls.Derek Gustafson2016-12-071-6/+0
|
* Reduce dependency on unittestDerek Gustafson2016-12-061-121/+126
|
* Switch test runner from unnittest to pytest.Derek Gustafson2016-12-061-14/+14
|
* 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.
* possible_exc_types checks for UninferablesAshley Whetter2016-07-131-0/+13
| | | | Fixes #998
* Use astroid.extract_node instead of test_utils.extract_nodeClaudiu Popa2016-06-291-9/+8
|
* Add the new shorter license header, including to missing files. Close #894.Claudiu Popa2016-06-011-0/+3
|
* Added a new extension for checking documented exceptions raised (#904)Ashley Whetter2016-05-201-0/+126
Add check_raises_docs Closes #904