summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Support attrs decorators even if they are imported from attrs (#2059) (#2073)Pierre Sassoulas2023-04-011-2/+32
* Restore setting a Call as a base for classes using `six.with_metaclass` (#204...github-actions[bot]2023-03-262-3/+16
* Add 'TryStar' nodes from Python 3.11 #1516 (#2028)Pierre Sassoulas2023-03-051-0/+111
* Clear context cache in AstroidManager.clear_cache()Jacob Walls2023-03-041-0/+2
* Infer returns from match cases (#2042)Jacob Walls2023-03-031-0/+19
* Update submodule_path after finding an editable install (#2033)noah-weingarden2023-02-264-0/+86
* Ignore ``DeprecationWarnings`` for a test that tests old behaviour (#2037)Daniël van Noord2023-02-231-1/+5
* Fix `are_exclusive` function for walrus operator (#2023)ostr000002023-02-131-1/+76
* [brain tests] Burst threading from the main filePierre Sassoulas2023-02-123-43/+54
* [brain tests] Burst pytest from the main filePierre Sassoulas2023-02-123-28/+34
* Replace and deprecate modutils.is_standard_module() (#2015)Avram Lubkin2023-02-122-25/+129
* Fix '_infer_str_format_call' crash when the string it analyses are uninferabl...Pierre Sassoulas2023-02-121-1/+20
* [brain tests] Burst enum tests from the main filePierre Sassoulas2023-02-092-483/+496
* [brain tests] Burst typing extensions from the main filePierre Sassoulas2023-02-092-32/+41
* [brain tests] Burst attr from the main filePierre Sassoulas2023-02-092-181/+191
* [brain tests] Burst dateutil from the main filePierre Sassoulas2023-02-092-20/+29
* [brain tests] Burst nose from the main filePierre Sassoulas2023-02-092-35/+45
* [brain tests] Burst multiprocessing from the main filePierre Sassoulas2023-02-092-105/+115
* [brain tests] Burst six from the main filePierre Sassoulas2023-02-092-145/+156
* [brain tests] Burst named tuple from the main filePierre Sassoulas2023-02-092-300/+311
* [brain tests] Burst hashlib from the main filePierre Sassoulas2023-02-092-56/+64
* [brain tests] Rename 'unittest' prefix to 'test'Pierre Sassoulas2023-02-0943-0/+0
* [unittest brain] Remove unused unittest.mainPierre Sassoulas2023-02-0925-100/+0
* [brain tests] Move the file to their dir and shorten namePierre Sassoulas2023-02-0921-0/+0
* Add support for keyword only argument default valuesDaniël van Noord2023-02-051-1/+16
* Create ``UninferableBase``Daniël van Noord2023-02-051-3/+3
* Add support for custom import hooks (#1752)Daniël van Noord2023-02-051-5/+1
* Revert CallContext change since it caused a RecursionError regression (#2000)Marc Mueller2023-01-313-7/+12
* Add Lock to multiprocessing (#1976)Dani Alcala2023-01-311-0/+5
* Add support for binary union types - Python 3.10 (#1977)Marc Mueller2023-01-301-2/+116
* Capture unwanted output signaled in #1904. (#1978)Ben Elliston2023-01-301-0/+47
* Skip recursion test on PyPy (#1987)Marc Mueller2023-01-291-1/+9
* Preserve parent CallContext when inferring nested functions (#1982)Marc Mueller2023-01-292-7/+24
* Fix PyPy ClassDef.fromlino with decorators (#1979)Marc Mueller2023-01-282-21/+10
* Fix issues with `typing_extensions.TypeVar` (#1973)Marc Mueller2023-01-221-0/+32
* Fix order of overwritten attributes in inherited dataclasses (#1970)Daniël van Noord2023-01-171-4/+65
* Fix a false positive with user-defined `Enum` class (#1967)Mark Byrne2023-01-151-0/+44
* Do not require typing_extensions on Python 3.11Michal Vasilek2023-01-151-2/+5
* Fix a regression in 2.13.2 where a ``RunTimeError`` could be raised unexpecte...Pierre Sassoulas2023-01-102-1/+22
* Initial pass with ``pydocstringformatter`` over tests (#1949)Daniël van Noord2023-01-0929-252/+197
* Support "is None" constraints from if statements during inference (#1189)David Liu2023-01-061-0/+590
* Add ``regex`` brain (#1934)Daniël van Noord2023-01-021-0/+48
* Make ``Arguments.defaults`` ``None`` for uninferable signatures (#1595)Daniël van Noord2023-01-021-1/+1
* Cache `ClassDef._metaclass_lookup_attribute` (#1932)Jacob Walls2022-12-311-1/+8
* brain tip for numpy masked_invalid (#1931)Dani Alcala2022-12-301-23/+18
* [pre-commit] Trying out black 23.1a1 (#1909)Pierre Sassoulas2022-12-271-2/+1
* Handle kw_only=True in dataclass fieldsDaniël van Noord2022-12-271-0/+43
* Handle init=False with defaults in dataclasses (#1898)Daniël van Noord2022-12-271-0/+56
* [pypy 3.8] Fix wrong line given by the ast for pypy 3.8Pierre Sassoulas2022-12-262-6/+17
* Inference tip str.format transformation: handle AttributeError during str.for...James Addison2022-12-151-0/+4