def test_next_model(self):
     schema_ref = SchemaRef("example", "1-0-0")
     assert schema_ref.next_model() == SchemaRef("example", "2-0-0")
예제 #2
0
 def test_next_model(self):
     """Tests for the method SchemaRef.next_model."""
     schema_ref = SchemaRef("example", "1-0-0")
     assert schema_ref.next_model() == SchemaRef("example", "2-0-0")