mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-22 21:32:31 +00:00
Add Python JSON tests (#407)
This commit is contained in:
parent
d25a67f4eb
commit
f6df29cc3d
24 changed files with 536 additions and 345 deletions
1
third_party/python/Lib/test/test_operator.py
vendored
1
third_party/python/Lib/test/test_operator.py
vendored
|
@ -496,6 +496,7 @@ class OperatorTestCase:
|
|||
if dunder:
|
||||
self.assertIs(dunder, orig)
|
||||
|
||||
@unittest.skipIf(c_operator, "skip pure-python test if C impl is present")
|
||||
class PyOperatorTestCase(OperatorTestCase, unittest.TestCase):
|
||||
module = py_operator
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue