summaryrefslogtreecommitdiff
path: root/tests/testdata
Commit message (Collapse)AuthorAgeFilesLines
* Remove dependency on imp.Peter Kolbus2020-11-271-3/+1
|
* Remove unneeded python2 test dataDavid Cain2020-05-2159-546/+0
| | | | | | | | | Now that astroid no longer supports Python 2, there's reason to keep this test data around. The `tests/testdata/python2` directory is not referenced at all, so we may safely delete it. It's perhaps just worth moving all of `testdata/python3` into a new directory, but this is a start.
* Prevent a recursion error to happen when inferring the declared metaclass of ↵Claudiu Popa2020-03-073-0/+20
| | | | | | a class Close #749
* Moved tests out of package directory (#704)Ashley Whetter2019-10-15118-0/+1092