Exemplo n.º 1
0
 def test_one(self):
     s = json.dumps({"foo": 1})
     assert utils.pretty_json(s)
     assert not utils.pretty_json("moo")
Exemplo n.º 2
0
def test_pretty_json():
    s = json.dumps({"foo": 1})
    assert utils.pretty_json(s)
    assert not utils.pretty_json("moo")