def test_next_addition(self):
     schema_ref = SchemaRef("example", "1-0-0")
     assert schema_ref.next_addition() == SchemaRef("example", "1-0-1")
Exemplo n.º 2
0
 def test_next_addition(self):
     """Tests for the method SchemaRef.next_addition."""
     schema_ref = SchemaRef("example", "1-0-0")
     assert schema_ref.next_addition() == SchemaRef("example", "1-0-1")