summaryrefslogtreecommitdiff
path: root/tests/unittest_manager.py
Commit message (Collapse)AuthorAgeFilesLines
* Add an isort configuration in setup.cfg and apply itPierre Sassoulas2021-04-191-4/+3
| | | | Except on astroid/__init__.py because of circular imports
* Fix legacy no-member by disabling the warningPierre Sassoulas2021-04-191-1/+3
|
* Fix issue #891Pierre Sassoulas2021-04-101-1/+1
| | | | Remove outdated COPYING and rename COPYING.LESSER
* Upgrade copyrite noticePierre Sassoulas2021-02-281-1/+2
|
* Use new style super when applicablePierre Sassoulas2021-02-211-1/+1
|
* Remove redundant open mode 'r' in opensPierre Sassoulas2021-02-211-1/+1
|
* Move from % syntax to format or f-stringsPierre Sassoulas2021-02-211-5/+2
| | | | This is possible with python 3.6
* Remove the # coding, since PEP3120 the default is UTF8Pierre Sassoulas2021-02-211-1/+0
|
* Update copyright noticehippo912021-02-151-0/+2
|
* Remove six from astroidDavid Gilman2020-12-301-2/+2
|
* New copyright noticeshippo912020-12-271-1/+1
|
* Add missing copyright annotations for the past releasesClaudiu Popa2020-04-271-1/+6
|
* Add a new ast_from_string method to AstroidManagerAnubhav2020-03-111-0/+11
| | | Close #725
* Moved tests out of package directory (#704)Ashley Whetter2019-10-151-0/+296