Commit Graph

21 Commits

Author SHA1 Message Date
Jeong YunWon
3698d0e438 Fix comparison operator 2020-01-26 01:18:51 +09:00
Jeong YunWon
655834d578 Merge pull request #1678 from youknowone/object-cmp
__eq__ and __ne__ compatibility
2020-01-18 19:26:45 +09:00
Aviv Palivoda
296f298e73 Merge pull request #1695 from palaviv/test-dict
Add Cpython test_dict
2020-01-18 11:08:03 +02:00
Aviv Palivoda
f6e6ef0fe1 objint __pos__ returns Int object
This fixes test_bool.test_math
2020-01-17 19:17:14 +02:00
Aviv Palivoda
dd8a0412b0 Mark failed and error tests for dict 2020-01-17 18:02:14 +02:00
Aviv Palivoda
bdc627ef44 Add CPython test_dict.py 2020-01-17 17:58:51 +02:00
Jeong YunWon
81d36a1f1d __eq__ and __ne__ compatibility 2020-01-12 18:33:58 +09: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
247d814fa6 Mark failed and error tests for lists 2020-01-04 16:30:02 +02:00
Aviv Palivoda
27da37ca3f Add test_list 2020-01-04 16:30:02 +02:00
Aviv Palivoda
0e38b515d7 Add test_decorators 2020-01-04 16:30:02 +02:00
Aviv Palivoda
f06883643f Mark test_compare failed test with expectedFailure 2020-01-04 16:30:02 +02:00
Aviv Palivoda
9b37be8f3d Add test_compare 2020-01-04 16:30:02 +02:00
Aviv Palivoda
641418f3b8 Add __main__ to test lib 2020-01-04 16:30:02 +02:00
Aviv Palivoda
88c477fb6c Fix CR comments 2019-12-30 21:31:36 +02:00
Aviv Palivoda
e1942541ab Add expectedFailure on failing test_bool tests 2019-12-30 21:31:36 +02:00
Aviv Palivoda
4c7c5fd225 Change test code to allow running 2019-12-30 21:31:36 +02:00
Aviv Palivoda
a157dc1230 Add regrtest from CPython 2019-12-30 21:31:36 +02:00
Aviv Palivoda
adeb00ffbc Allow test_bool.py to run 2019-11-12 16:03:06 +02:00
Aviv Palivoda
15fc64dc1e Copy test_bool.py and test.support from CPython 2019-11-12 16:01:48 +02:00