pylyzer/tests
Shunsuke Shibayama 6828ddcf56 refactor: add `pylyzer_core` crate 2024-08-20 12:46:27 +09:00
..
foo fix: class importing bug 2024-08-06 19:40:46 +09:00
call.py feat: support arguments expansion 2024-08-20 02:53:19 +09:00
casting.py feat: support `typing.cast` 2023-04-19 20:19:30 +09:00
class.py fix: TypeVar bug 2024-08-20 02:19:34 +09:00
collection.py feat: type spec of reassignment 2024-08-16 15:30:47 +09:00
errors.py Add tests for errors/warns 2022-12-24 12:14:31 +09:00
export.py fix: module resolution bug 2023-03-24 18:47:45 +09:00
func.py feat: support varargs 2023-12-09 20:58:10 +09:00
import.py feat: support glob import 2024-08-18 13:35:00 +09:00
list.py fix: false positive name errors 2024-08-10 20:18:09 +09:00
narrowing.py fix: false positive name errors 2024-08-10 20:18:09 +09:00
projection.py test: add test cases 2023-12-09 23:58:22 +09:00
shadowing.py fix: false positive name errors 2024-08-10 20:18:09 +09:00
test.py fix: false positive name errors 2024-08-10 20:18:09 +09:00
test.rs refactor: add `pylyzer_core` crate 2024-08-20 12:46:27 +09:00
typespec.py fix: `Union` type can take more than 3 options 2023-05-10 23:14:24 +09:00
typevar.py fix: TypeVar bug 2024-08-20 02:19:34 +09:00
union.py test: add union type tests 2024-08-20 02:20:06 +09:00
warns.py Add tests for errors/warns 2022-12-24 12:14:31 +09:00
widening.py test: add widening test 2023-07-26 01:45:36 +09:00