mopidy/tests/models
Thomas Adamcik b480311d66 models: Add ValidatedImmutableObject and "revert" ImmutableObject
Testing with extension that use custom models it was discovered that the
changes to have type safe models were a bit to invasive to be suitable for a
minor release. This change fixes this by bringing back ImmutableObjects in
their old form, and moving the shinny new features to ValidatedImmutableObject.

A subset of the tests for ImmutableObjects have been resurrected to have some
confidence in this working the way we think it should.
2015-05-04 23:41:11 +02:00
..
test_fields.py models: Decouple fields tests from the model metaclass 2015-05-04 21:37:17 +02:00
test_legacy.py models: Add ValidatedImmutableObject and "revert" ImmutableObject 2015-05-04 23:41:11 +02:00
test_models.py models: Explicitly define which models can be deserialized 2015-05-04 22:36:27 +02:00