mopidy/tests
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
..
audio cleanup: Stop using deprecated copy() 2015-04-17 00:00:58 +02:00
backend autopep8: Add space after class signature/docstring 2015-04-03 00:05:26 +02:00
config autopep8: Add space after class signature/docstring 2015-04-03 00:05:26 +02:00
core core: Add play(tlid) support 2015-04-22 20:55:51 +02:00
data tests: Cleanup find tests to use tempfile all over. 2014-10-15 23:45:27 +02:00
http autopep8: Add space after class signature/docstring 2015-04-03 00:05:26 +02:00
local core: Add tlid argument to index calls. 2015-04-19 00:22:52 +02:00
m3u tests: Update tests to not used deprecated kwargs 2015-04-17 00:00:58 +02:00
models models: Add ValidatedImmutableObject and "revert" ImmutableObject 2015-05-04 23:41:11 +02:00
mpd tests: Fix IssueGH1120RegressionTest flakiness 2015-04-26 23:23:30 +02:00
stream flake8: Fix new import order warnings 2015-04-12 23:05:53 +02:00
utils validation: Reject iterators as core arguments 2015-04-17 00:05:46 +02:00
__init__.py autopep8: Add space after class signature/docstring 2015-04-03 00:05:26 +02:00
dummy_audio.py autopep8: Add space after class signature/docstring 2015-04-03 00:05:26 +02:00
dummy_backend.py autopep8: Add space after class signature/docstring 2015-04-03 00:05:26 +02:00
dummy_mixer.py Allow 'none' as audio.mixer value 2015-03-10 00:26:22 +01:00
test_commands.py autopep8: Add space after class signature/docstring 2015-04-03 00:05:26 +02:00
test_exceptions.py autopep8: Add space after class signature/docstring 2015-04-03 00:05:26 +02:00
test_ext.py autopep8: Add space after class signature/docstring 2015-04-03 00:05:26 +02:00
test_help.py autopep8: Add space after class signature/docstring 2015-04-03 00:05:26 +02:00
test_mixer.py autopep8: Add space after class signature/docstring 2015-04-03 00:05:26 +02:00
test_version.py Merge branch 'v1.0.x' into develop 2015-04-28 00:02:26 +02:00