summaryrefslogtreecommitdiff
path: root/astroid/test_utils.py
Commit message (Expand)AuthorAgeFilesLines
* [PyCQA migration] Upgrade links to the repositories in code and docPierre Sassoulas2023-03-291-2/+2
* Some modifications for pep237 with pydocstringformatter (#1792)Pierre Sassoulas2023-01-091-3/+1
* Fix misc type issues (#1884)Nick Drozd2022-11-221-1/+1
* Update typing for Python 3.7 (2) (#1556)Marc Mueller2022-05-131-1/+1
* Update typing for Python 3.7 (1) (#1555)Marc Mueller2022-05-131-3/+6
* Simplify hard to maintain copyright notice (#1441)Pierre Sassoulas2022-03-121-12/+1
* Bump astroid to 2.10.0, update changelogv2.10.0Pierre Sassoulas2022-02-271-0/+1
* Fix skip message in tests (#1401)Jacob Walls2022-02-191-2/+2
* Bug pylint 3342 (#1148)hippo912021-08-291-0/+1
* Fix got "Tuple[int, ...]", expected "Tuple[int]"Pierre Sassoulas2021-08-181-1/+1
* Bump astroid to 2.6.4, update changelogPierre Sassoulas2021-07-201-1/+1
* Bump astroid to 2.6.3, update changelogv2.6.3Pierre Sassoulas2021-07-191-1/+1
* Fix copyright links (#1084)Marc Mueller2021-07-011-1/+1
* Bump astroid to 2.6.1, update changelogv2.6.1Pierre Sassoulas2021-06-291-1/+1
* Bump astroid to 2.6.0, update changelogv2.6.0Pierre Sassoulas2021-06-221-0/+1
* Refactor brain-less AstroidManager test fixtureAndrew Haigh2021-06-181-1/+13
* Refactor and add typing in 'test_util.require_version'Pierre Sassoulas2021-06-171-23/+19
* Create a astroid.constants.py to avoid circular importsPierre Sassoulas2021-06-171-1/+1
* Fix issue #891Pierre Sassoulas2021-04-101-1/+1
* Upgrade copyrite noticePierre Sassoulas2021-02-281-1/+3
* Fix black issuesMarc Mueller2021-02-271-1/+1
* Move from % syntax to format or f-stringsPierre Sassoulas2021-02-211-2/+2
* Update copyright noticehippo912021-02-151-0/+1
* New copyright noticeshippo912020-12-271-1/+1
* Add missing copyright annotations for the past releasesClaudiu Popa2020-04-271-1/+1
* Adjust require_version to not require a method for decoration any longerClaudiu Popa2019-04-091-3/+5
* Initial formatting of astroidClaudiu Popa2018-10-021-10/+17
* Update the copyright noticesastroid-2.0Claudiu Popa2018-07-151-2/+5
* Keep f-strings out of here for now, we need 3.4 and 3.5 as wellClaudiu Popa2018-05-311-1/+3
* Remove reraise() in favour of using raise..fromClaudiu Popa2018-05-311-3/+2
* pyupgrade (#549)Anthony Sottile2018-05-221-1/+0
* Remove occurrences of no-else-return and consider-using-ternaryClaudiu Popa2016-12-181-11/+11
* Even more granular copyrights (thanks to copyrite)Claudiu Popa2016-07-221-2/+4
* Keep a consistent copyright notice across the board.Claudiu Popa2016-07-191-0/+2
* New function, astroid.extract_node, exported out from astroid.test_utils.Claudiu Popa2016-06-291-166/+0
* Fix typosJakub Wilk2016-06-021-1/+1
* Convert all files to new license headerCeridwen2016-05-161-0/+3
* Cleanup pylint's warnings over astroid codebaseClaudiu Popa2015-12-141-3/+5
* Enable the warnings in tests through a context managerClaudiu Popa2015-12-111-0/+14
* Add helper function for reraising exceptionsCeridwen2015-09-211-5/+4
* Use six.reraise to avoid losing tracebacks for simple casesCeridwen2015-09-211-1/+5
* Remove debug statementsCeridwen2015-08-211-6/+0
* Fix isinstance/proxy bug by changing from lazy-object-proxy to wrapt and mino...Ceridwen2015-07-111-1/+0
* Merge logilab/astroid againCeridwen2015-07-111-17/+1
|\
| * Fix pylint issues.Claudiu Popa2015-07-111-1/+0
| * Add a new convenience API, `astroid.parse`.Claudiu Popa2015-07-111-16/+1
* | Node constructors almost finished except for two bugsCeridwen2015-07-081-4/+10
|/
* Merge all test data into a single package per Python version.Torsten Marek2014-11-091-5/+7
* Fix some of the issues around running test discover from the base directory o...Torsten Marek2014-11-091-0/+3
* Move all astroid modules into a its own directory, which is now the package.Torsten Marek2014-11-081-0/+213