Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
google-api-python-client
/
40d348f8e47ea4d17c65664d7355baec5909eb97
/
.
/
simplejson
/
tests
/
test_default.py
blob: 139e42bf4acaa4927ec9be1ec55a252b97d3f1e2 [
file
] [
log
] [
blame
]
from
unittest
import
TestCase
import
simplejson
as
json
class
TestDefault
(
TestCase
):
def
test_default
(
self
):
self
.
assertEquals
(
json
.
dumps
(
type
,
default
=
repr
),
json
.
dumps
(
repr
(
type
)))