def test_next_revision(self):
     schema_ref = SchemaRef("example", "1-0-0")
     assert schema_ref.next_revision() == SchemaRef("example", "1-1-0")
Beispiel #2
0
 def test_next_revision(self):
     """Tests for the method SchemaRef.next_revision."""
     schema_ref = SchemaRef("example", "1-0-0")
     assert schema_ref.next_revision() == SchemaRef("example", "1-1-0")