summaryrefslogtreecommitdiff
path: root/tests/unittest_protocols.py
Commit message (Expand)AuthorAgeFilesLines
* [brain tests] Rename 'unittest' prefix to 'test'Pierre Sassoulas2023-02-091-411/+0
* [unittest brain] Remove unused unittest.mainPierre Sassoulas2023-02-091-4/+0
* Create ``UninferableBase``Daniël van Noord2023-02-051-3/+3
* Initial pass with ``pydocstringformatter`` over tests (#1949)Daniël van Noord2023-01-091-1/+1
* Fix a crash when `None` participates in a `**` expression (#1696)Jacob Walls2022-07-091-0/+4
* Avoid performing `**` operations on values greater than 1e5Jacob Walls2022-06-211-0/+6
* Fix inference from nested unpacking of iterables (#1311)Mark Byrne2022-05-161-0/+42
* Update typing for Python 3.7 (2) (#1556)Marc Mueller2022-05-131-1/+2
* Update typing for Python 3.7 (1) (#1555)Marc Mueller2022-05-131-7/+9
* Fix a crash involving two starred expressions inside a call (#1535)Jacob Walls2022-04-301-0/+11
* Simplify hard to maintain copyright notice (#1441)Pierre Sassoulas2022-03-121-15/+1
* Bump astroid to 2.10.0, update changelogv2.10.0Pierre Sassoulas2022-02-271-0/+1
* Bump astroid to 2.9.2, update changelogv2.9.2Alexander Shadchin2022-01-041-1/+1
* Bump astroid to 2.9.1, update changelogv2.9.1Pierre Sassoulas2021-12-311-0/+1
* Fix typos (#1288)Kian Meng, Ang2021-12-131-1/+1
* Bump astroid to 2.9.0, update changelogv2.9.0Pierre Sassoulas2021-11-211-1/+1
* Bump astroid to 2.8.6, update changelogv2.8.6Pierre Sassoulas2021-11-211-0/+1
* Add additional flags to ``mypy`` config and update ``type: ignore``'s (#1248)Daniël van Noord2021-11-171-6/+6
* Add typing in tests directory (#1163)Pierre Sassoulas2021-09-141-30/+43
* Import from astroid.nodes everywhere in the testsPierre Sassoulas2021-09-041-13/+14
* Remove use of deprecated node_classes and scoped_node API in astroidPierre Sassoulas2021-08-101-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-0/+1
* Don't infer MatchAs in assigned_stmts if pattern is not None (#1096)Marc Mueller2021-07-111-59/+66
* Fix issues when inferring match variables (#1093)Marc Mueller2021-07-101-1/+69
* Fix copyright links (#1084)Marc Mueller2021-07-011-1/+1
* Rename non obvious PY3X constant to PY3X_PLUSPierre Sassoulas2021-06-211-2/+2
* Rename astroid.constants to astroid.constPierre Sassoulas2021-06-191-1/+1
* Create a astroid.constants.py to avoid circular importsPierre Sassoulas2021-06-171-4/+2
* Import exceptions from astroid.exceptions to avoid circular importsPierre Sassoulas2021-06-151-1/+2
* Add an isort configuration in setup.cfg and apply itPierre Sassoulas2021-04-191-5/+2
* Fix issue #891Pierre Sassoulas2021-04-101-1/+1
* Upgrade copyrite noticePierre Sassoulas2021-02-281-1/+2
* Move from % syntax to format or f-stringsPierre Sassoulas2021-02-211-2/+2
* Remove the # coding, since PEP3120 the default is UTF8Pierre Sassoulas2021-02-211-1/+0
* Update copyright noticehippo912021-02-151-0/+2
* Remove required_version for 3.6 and belowDavid Gilman2020-12-301-6/+0
* New copyright noticeshippo912020-12-271-1/+1
* Add missing copyright annotations for the past releasesClaudiu Popa2020-04-271-1/+2
* Moved tests out of package directory (#704)Ashley Whetter2019-10-151-0/+277