mopidy/tests
Stein Magnus Jodal 7525cad94c Let Track.date be an ISO-8601 string
This lets us have less precision than full dates. E.g. Spotify tracks only got
release year, not full release date.

The original MPD server regularly expose data like this as "Date: 1977", so we
don't need to fake more precision for MPD's sake.
2012-09-12 23:06:06 +02:00
..
backends Fix crash in local backend when looking up unknown path 2012-09-11 23:23:36 +02:00
data Replace symlinks with real files (fixes #68) 2011-04-11 22:47:49 +02:00
frontends Make MPRIS frontend handle unknown volume 2012-09-08 01:24:48 +02:00
outputs Move GStreamerOutput up one level to mopidy.gstreamer and rename to GStreamer 2011-04-25 01:31:28 +02:00
utils Fix tests and update docs with #150 fix. 2012-09-09 22:09:23 +02:00
__init__.py Switch all tests over to from tests import unittest, which will be unittest2 on < 2.7 and plain unittest otherwise 2011-07-31 22:21:34 +02:00
__main__.py Add yappi profiling to tests/__main__.py 2011-09-24 19:09:21 +02:00
gstreamer_test.py Test the GStreamer class as an actor 2012-09-10 00:34:12 +02:00
help_test.py Switch all tests over to from tests import unittest, which will be unittest2 on < 2.7 and plain unittest otherwise 2011-07-31 22:21:34 +02:00
listeners_test.py Switch all tests over to from tests import unittest, which will be unittest2 on < 2.7 and plain unittest otherwise 2011-07-31 22:21:34 +02:00
models_test.py Let Track.date be an ISO-8601 string 2012-09-12 23:06:06 +02:00
scanner_test.py Switch all tests over to from tests import unittest, which will be unittest2 on < 2.7 and plain unittest otherwise 2011-07-31 22:21:34 +02:00
version_test.py Update version number to 0.7.3 2012-08-11 03:37:55 +02:00