hydrogen602
|
be6ea2a7b8
|
fix for test test_bool.BoolTest.test_subclass
|
2024-04-21 07:09:08 +09:00 |
|
NakanoMiku
|
7833fd9b12
|
Edit Lib/test/test_bool.py
|
2023-11-23 15:53:48 +08:00 |
|
NakanoMiku
|
81208637f5
|
Update Lib/test/test_bool.py from CPython v3.12.0
|
2023-11-23 15:51:02 +08:00 |
|
CPython Developers
|
3fd46e8cbe
|
Update test/test_bool from cpython 3.11.2
|
2023-03-05 03:49:26 +09:00 |
|
CPython developers
|
33690be35b
|
Update tests from CPython 3.10.5
|
2022-07-18 04:07:35 +09:00 |
|
d1t2
|
e02a312f7e
|
Fix bool un/marshaling
Test: import marshal; assert marshal.loads(marshal.dumps(True)) == True
Test: import marshal; assert marshal.loads(marshal.dumps(False))== False
|
2022-03-13 21:13:33 +08:00 |
|
Dean Li
|
5ee4fb899b
|
test: use os_helper
|
2021-11-28 20:51:32 +08:00 |
|
Jeong YunWon
|
913b78ca44
|
Revert "Merge pull request #3433 from deantvv/test-update"
This reverts commit 9fa5c5ac66, reversing
changes made to e7fa32c687.
|
2021-11-17 17:06:51 +09:00 |
|
Dean Li
|
49a5805d11
|
test: use os_helper
|
2021-11-13 02:18:33 +00:00 |
|
hyperbora
|
7c54dc86f5
|
Fix bool.from_bytes
|
2020-09-06 23:26:08 +09:00 |
|
Jeong YunWon
|
8ce0757bec
|
Unmark test_bool successful test
|
2020-08-20 03:51:04 +09:00 |
|
Ben Lewis
|
58ae89969f
|
Fix str.isspace to support unicode space characters.
|
2020-07-04 11:20:33 +12:00 |
|
Noah
|
646feebe25
|
Remove TODO
|
2020-06-29 12:27:07 -05:00 |
|
Seo Jihyeok
|
cef2a41627
|
Remove @unittest.expectedFailure annotation
|
2020-06-30 01:40:09 +09:00 |
|
Jeong YunWon
|
106c8111c1
|
Fix test_bool::test_sane_len
|
2020-01-26 02:50:06 +09:00 |
|
Aviv Palivoda
|
f6e6ef0fe1
|
objint __pos__ returns Int object
This fixes test_bool.test_math
|
2020-01-17 19:17:14 +02:00 |
|
coolreader18
|
9fdf54f965
|
quickfix Lib/test bool test_sane_len
|
2020-01-12 00:08:01 -06:00 |
|
Aviv Palivoda
|
4c0e7bf908
|
Add TODO on all marked tests
|
2020-01-04 16:30:02 +02:00 |
|
Aviv Palivoda
|
e1942541ab
|
Add expectedFailure on failing test_bool tests
|
2019-12-30 21:31:36 +02:00 |
|
Aviv Palivoda
|
15fc64dc1e
|
Copy test_bool.py and test.support from CPython
|
2019-11-12 16:01:48 +02:00 |
|