Add Python JSON tests (#407)

This commit is contained in:
Gautham 2022-05-14 01:32:15 +05:30 committed by GitHub
parent d25a67f4eb
commit f6df29cc3d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
24 changed files with 536 additions and 345 deletions

View file

@ -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