def test_streaming(): assert len(list(resource(example('accounts-streaming.json')))) == 5
def test_simple(): assert len(list(resource(example('accounts.json')))) == 5