Ejemplo n.º 1
0
 def test_constructor():
     with pytest.raises(NotImplementedError):
         query.Node()
Ejemplo n.º 2
0
 def test_constructor():
     with pytest.raises(TypeError):
         query.Node()