13 Commits

Author SHA1 Message Date
NakanoMiku
28f0fa48a4 Fix abc error messages (#5140)
Co-authored-by: Jeong, YunWon <jeong@youknowone.org>
2024-01-11 17:48:56 +09:00
NakanoMiku
79231ee399 Edit test_abc.py 2023-12-22 03:22:28 +08:00
NakanoMiku
c0f6a2f8c3 Update test_abc.py from CPython v3.12.0 2023-12-22 03:18:10 +08:00
Patrick
0e24cf48c6 Fix abc error message (#4987)
* Print correct error message for abc instantiation

* Update dataclasses abc test
2023-05-23 16:43:52 +09:00
Patrick
e864e26592 update abc module (#4985) 2023-05-22 20:50:13 +09:00
Moreal
0468d0cafb Unmark tests not failed 2022-01-25 23:31:23 +09:00
Moreal
28b07bada1 Merge branch 'main' into update-types-310 2022-01-23 20:26:56 +09:00
Moreal
0317090c85 Mark failed tests in test_abc 2021-12-11 21:53:09 +09:00
Moreal
1b227f8f89 Update abc module to CPython 3.10.0 2021-12-05 17:06:34 +09:00
Chris Moradi
4409460cb3 Fix __isabstractmethod__ for class/static methods and properties
Includes a minor departure from CPython implementation of inspect.isabstract
because TPFLAGS_IS_ABSTRACT is not set in obj.__flags__.
2021-11-28 15:02:44 -08:00
Chris Moradi
868b680305 more tests passing 2021-11-13 19:26:10 -08:00
Padraic Fanning
cd67375edc Add expected failures to failed/errored tests 2021-02-14 21:41:16 -05:00
Padraic Fanning
eb487dc8d6 Add test_abc.py from CPython 3.8.7 2021-02-14 21:37:33 -05:00