def test_constructor(): with pytest.raises(NotImplementedError): query.Node()
def test_constructor(): with pytest.raises(TypeError): query.Node()