hydrogen602
|
6c37e8f4e7
|
compat fix for test_field_metadata_custom_mapping in test_dataclasses.py
|
2024-04-17 21:52:10 +09:00 |
|
NakanoMiku
|
28f0fa48a4
|
Fix abc error messages (#5140)
Co-authored-by: Jeong, YunWon <jeong@youknowone.org>
|
2024-01-11 17:48:56 +09: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 |
|
Nick Liu
|
5fb03b6891
|
use qualname in TypeErrors for functions (#4476)
|
2023-02-01 16:53:56 +09:00 |
|
Kuan-Chun Wang
|
dda6f86ba3
|
Fix global behavior on class (#4234)
|
2022-10-21 13:06:50 +09:00 |
|
Gyubong
|
11a6b73fbf
|
Fix hash's error message when hash method is None (#4161)
|
2022-10-01 22:46:14 +09:00 |
|
Jeong YunWon
|
0df9c14f44
|
mark failing tests again for dataclass
|
2022-08-15 04:24:58 +09:00 |
|
CPython Developers
|
330981c533
|
Update dataclasses from CPython 3.10.6
|
2022-08-15 04:24:58 +09:00 |
|
Jeong YunWon
|
945bbe9bf6
|
crlf -> lf
|
2022-08-15 04:24:58 +09:00 |
|
Gyubong Lee
|
3cdda75004
|
Remove @unittest.expectedFailures
|
2022-07-16 13:42:53 +09:00 |
|
Moreal
|
2f14245944
|
Mark failed tests
|
2022-01-25 23:33:26 +09:00 |
|
Padraic Fanning
|
95f2756dc9
|
Clean up skips in test_dataclasses
|
2021-10-10 19:11:25 -04:00 |
|
snowapril
|
40101b726c
|
remove decorators on success tests
Signed-off-by: snowapril <sinjihng@gmail.com>
|
2021-10-02 20:33:47 +09:00 |
|
Lee Dogeon
|
0d2a4264b3
|
Correct object.__repr__
|
2021-09-11 00:38:34 +09:00 |
|
snowapril
|
f67e618415
|
add annotations for make test success
Signed-off-by: snowapril <sinjihng@gmail.com>
|
2021-09-06 18:55:23 +09:00 |
|
snowapril
|
2c3460244a
|
add dataclasses.py & test_dataclasses.py from cpython 3.8
Signed-off-by: snowapril <sinjihng@gmail.com>
|
2021-09-06 18:55:23 +09:00 |
|