mopidy/tests
Mark Greenwood 6ed9b07aaa Fix #1218
Output the last_modified timestamp from mopidy's track model to mpd clients
in the same format as mpd uses - yyyy-mm-ddTHH:MM:SS

Outputs nothing for Last-Modified if last_modified is None or zero

This commit uses UTC time, adds a 'Z' to end, and updates the test accordingly
2015-07-21 18:20:17 +01:00
..
audio Rename mopidy.utils to mopidy.internal 2015-05-07 23:15:56 +02:00
backend autopep8: Add space after class signature/docstring 2015-04-03 00:05:26 +02:00
config Rename mopidy.utils to mopidy.internal 2015-05-07 23:15:56 +02:00
core Merge branch 'v1.0.x' into develop 2015-06-25 23:15:35 +02:00
data tests: Cleanup find tests to use tempfile all over. 2014-10-15 23:45:27 +02:00
http tests: Cleanup reset_mock() usage 2015-05-06 21:06:30 +02:00
internal Rename mopidy.utils to mopidy.internal 2015-05-07 23:15:56 +02:00
local local: Add path_to_file_uri() 2015-05-08 00:55:03 +02:00
m3u Merge branch 'v1.0.x' into develop 2015-05-19 22:08:56 +02:00
models models: Add ValidatedImmutableObject and "revert" ImmutableObject 2015-05-04 23:41:11 +02:00
mpd Fix #1218 2015-07-21 18:20:17 +01:00
stream Rename mopidy.utils to mopidy.internal 2015-05-07 23:15:56 +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 ext: Refactor tests based on review comments 2015-05-12 22:00:31 +02:00
test_help.py autopep8: Add space after class signature/docstring 2015-04-03 00:05:26 +02:00
test_httpclient.py httpclient: Fix import in tests 2015-05-09 00:52:29 +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-06-26 12:48:03 +02:00