Example #1
0
def test_basepageviewclient_get():
    client = BasePageviewClient("example.com", "hello.json")
    with pytest.raises(NotImplementedError):
        client.get()