summaryrefslogtreecommitdiff
path: root/tests/unittest_builder.py
Commit message (Collapse)AuthorAgeFilesLines
* Add an isort configuration in setup.cfg and apply itPierre Sassoulas2021-04-191-6/+3
| | | | Except on astroid/__init__.py because of circular imports
* Fix issue #891Pierre Sassoulas2021-04-101-1/+1
| | | | Remove outdated COPYING and rename COPYING.LESSER
* Upgrade copyrite noticePierre Sassoulas2021-02-281-1/+2
|
* Remove the # coding, since PEP3120 the default is UTF8Pierre Sassoulas2021-02-211-1/+0
|
* 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/+4
|
* Disable test on Python 3.8+ where the builtin ast does not have a specific errorClaudiu Popa2019-11-261-0/+8
|
* Retry parsing a module that has invalid type commentsClaudiu Popa2019-11-261-0/+25
| | | | | | | | It is possible for a module to use comments that might be interpreted as type comments by the `ast` library. We do not want to completely crash on those invalid type comments. Close #708
* Moved tests out of package directory (#704)Ashley Whetter2019-10-151-0/+696