Jonathan Rotter
|
1034477f1e
|
unit test fix - only allow catching exceptions - test_catch_non_BaseException (#5249)
* test_baseexception.test_catch_non_BaseException
* enabling test_except_star_invalid_exception_type
|
2024-04-21 01:30:20 +09:00 |
|
LYK
|
9c10d4aa3f
|
Mark failing tests of test_baseexception.
|
2023-03-05 03:21:18 +09:00 |
|
CPython Developers
|
a7b8768e56
|
Update test_baseexception.py from cpython 3.11.2
|
2023-03-05 03:19:40 +09:00 |
|
Ben Lewis
|
b83cd272b5
|
Fix test_inheritance test.
|
2020-08-30 10:03:10 +12:00 |
|
Jeong YunWon
|
7bb530dd89
|
Fix exception repr
|
2020-02-26 08:15:29 +00:00 |
|
Jeong YunWon
|
378a36c7e1
|
Add missing exceptions
|
2020-02-26 08:15:21 +00:00 |
|
Aviv Palivoda
|
d9e8c4b08d
|
Mark unsupported tests
|
2020-02-14 09:02:12 +02:00 |
|
Aviv Palivoda
|
b967068d81
|
Add test_baseexception from CPython 3.8
|
2020-02-14 09:01:59 +02:00 |
|