jfh
b6b10149b7
Fix test_vars in test_builtins.
2021-06-16 19:48:54 +03:00
jfh
63d156097c
Add new and bool for NotImplemented.
...
New simply returns the singleton. While `bool(NotImplemented)` already
returned `True`, it is added since it will need to raise a warning in
the future.
2021-06-16 12:07:48 +03:00
Padraic Fanning
5f821269a6
Explain TestBreakpoint skip
2021-02-07 15:49:41 -05:00
Noah
ba300c75ab
Update pow tests to 3.8 version
2021-01-26 10:30:09 -06:00
Noah
7c58f4a0c8
Fast locals part 3
2020-12-05 16:36:35 -06:00
Noah
93ec575423
Merge pull request #2341 from carbotanium/test
...
Change sum and round to take keywords
2020-11-24 16:20:18 -06:00
carbotaniuman
d76cb3b365
Fix float power and complex division
2020-11-16 13:49:16 +09:00
Noah
e06254ab8e
Merge pull request #2328 from carbotaniuman/fix-min
...
Fix min test case by doing mroe validation
2020-11-14 21:34:54 -06:00
Jeong YunWon
02c05cc217
unksip test_builtin.py
2020-11-12 11:30:33 +09:00
carbotaniuman
49b5d37905
Fix min test case by doing mroe validation
2020-11-11 16:27:02 -06:00
Noah
1149de294f
Fix max+test_max
2020-08-26 22:33:11 -05:00
hyperbora
e9ee1ba4a0
Corrected the problem of mishandling optional kwarg in max function
2020-08-24 01:01:41 +09:00
hyperbora
e7eab050f4
Fix problems with different hash values for str and bytes
2020-08-09 16:09:46 +09:00
hyperbora
ced829f655
Fix problem that cannot check overflow in len function.
2020-08-08 23:05:21 +09:00
hyperbora
19326d8411
fix a divmod bug ( #2025 )
2020-07-26 21:37:49 +09:00
Aviv Palivoda
9c424c7c82
Revert import decimal comment out
2020-03-06 22:10:02 +02:00
Aviv Palivoda
76569485c0
Skip test_round
2020-03-06 14:56:49 +02:00
Aviv Palivoda
ef2721de8b
Mark unsupported tests
2020-03-06 10:46:29 +02:00
Aviv Palivoda
ed3f303ccd
Add test_builtin from CPython 3.8
2020-03-06 10:46:29 +02:00