Commit Graph

884 Commits

Author SHA1 Message Date
Thomas Adamcik
69e6d5dc92 Add test for equality with ordering changes of artists 2010-04-27 23:25:35 +02:00
Thomas Adamcik
b24d883db9 Test comparing with None 2010-04-27 23:15:33 +02:00
Thomas Adamcik
f8b2d52333 Add __eq__ to Track 2010-04-27 23:12:24 +02:00
Thomas Adamcik
3bc795ee95 Add __eq__ to album 2010-04-27 22:55:36 +02:00
Thomas Adamcik
06d6fd81c7 Add __eq__ to Artist 2010-04-27 22:47:35 +02:00
Thomas Adamcik
d64980411d Rename m3u conversion helper to parse_m3u 2010-04-27 21:39:52 +02:00
Thomas Adamcik
19fe5d3506 Add FIXME 2010-04-27 20:51:48 +02:00
Thomas Adamcik
c93d8470ce Substitute file: with file:// all over 2010-04-27 20:03:00 +02:00
Thomas Adamcik
d24a81425c Convert uri handler to file:// 2010-04-27 20:02:08 +02:00
Thomas Adamcik
067d0953a7 Merge branch 'master' into gstreamer 2010-04-27 00:18:54 +02:00
Stein Magnus Jodal
1eb88c1803 Merge adamcik/gstreamer 2010-04-27 00:15:29 +02:00
Stein Magnus Jodal
b63cc96f16 Merge adamcik/gstreamer 2010-04-27 00:14:32 +02:00
Thomas Adamcik
edc2eb0760 Merge branch 'master' into gstreamer
Conflicts:
	tests/backends/gstreamer_test.py
2010-04-27 00:10:03 +02:00
Thomas Adamcik
80879f9f86 Add more test stubs 2010-04-27 00:06:25 +02:00
Thomas Adamcik
5f5de20f2e Move loading code to refresh 2010-04-27 00:04:38 +02:00
Thomas Adamcik
32dcabafc3 Load tracks when stored playlist is initialised 2010-04-27 00:02:57 +02:00
Thomas Adamcik
0f26329455 Sphinx fix 2010-04-26 23:52:54 +02:00
Thomas Adamcik
7d8aa5c730 s/'''/"""/ for docstrings 2010-04-26 23:52:20 +02:00
Thomas Adamcik
f9bc9a44b1 Replace FIXME with test stub 2010-04-26 23:46:48 +02:00
Thomas Adamcik
2f4cea2339 Add test_playlist_contents_get_written_to_disk test 2010-04-26 23:43:06 +02:00
Thomas Adamcik
d522415757 Placeholder test_santitising_of_playlist_filenames 2010-04-26 23:27:47 +02:00
Thomas Adamcik
cf05777e9f Fix renaming of stored playlists on disk 2010-04-26 23:24:12 +02:00
Thomas Adamcik
658925dfc1 Add additional persistence tests for playlists 2010-04-26 23:19:19 +02:00
Thomas Adamcik
67ea51e719 Fix test_created_playlist_is_persisted 2010-04-26 23:08:02 +02:00
Thomas Adamcik
8af5b553a3 Add basic test_created_playlist_is_persisted test 2010-04-26 23:07:50 +02:00
Thomas Adamcik
827d450211 Add FIXME 2010-04-26 23:07:31 +02:00
Thomas Adamcik
4f3b2cd45a Fix test_save test 2010-04-26 23:07:01 +02:00
Thomas Adamcik
3b5e94b4a4 Use temporary playlist folder for stored playlist tests 2010-04-26 23:06:43 +02:00
Thomas Adamcik
9e7363edaf Add FIXME 2010-04-26 23:06:04 +02:00
Thomas Adamcik
0e22335930 Store playlist folder in GStreamerStoredPlaylistsController 2010-04-26 23:04:18 +02:00
Thomas Adamcik
a7357bda93 Add PLAYLIST_FOLDER setting 2010-04-26 23:03:27 +02:00
Thomas Adamcik
6a92914de6 Use self.save in store playlists create 2010-04-26 22:58:37 +02:00
Thomas Adamcik
ce3d23f8cc Add m3u tests 2010-04-26 22:29:21 +02:00
Thomas Adamcik
72d4ee274d Add stub utility function m3u_to_uris, now for the tests 2010-04-26 21:36:17 +02:00
Thomas Adamcik
4c160dd418 Add uri handler test 2010-04-26 21:22:52 +02:00
Thomas Adamcik
221d5901fd Add save test 2010-04-26 21:14:00 +02:00
Thomas Adamcik
c16dd17484 Add rename and rename tests 2010-04-26 21:10:01 +02:00
Thomas Adamcik
516bfac991 SkipTest for lookup and refresh tests 2010-04-26 21:04:34 +02:00
Thomas Adamcik
2ff19745bf Add search tests for stored playlists 2010-04-26 21:02:22 +02:00
Thomas Adamcik
6ae2b9c018 Add a bunch of get tests for stored playlists 2010-04-26 20:58:26 +02:00
Thomas Adamcik
ed87fee4cd Ensure that we tear down stored playlist tests 2010-04-26 20:50:35 +02:00
Thomas Adamcik
f4eae3af94 Add test_delete_non_existant_playlist and test_delete_playlist 2010-04-26 20:49:46 +02:00
Thomas Adamcik
54694f63c4 Add test_playlists_empty_to_start_with test 2010-04-26 20:42:36 +02:00
Thomas Adamcik
2316df7ddc Add test_create_in_playlists test 2010-04-26 20:41:22 +02:00
Thomas Adamcik
24ac5939f9 Basoc GStreamerStoredPlaylistsController 2010-04-26 20:35:04 +02:00
Thomas Adamcik
cf205d0eae Add GStreamerBackendStoredPlaylistsControllerTest 2010-04-26 20:34:14 +02:00
Thomas Adamcik
23a5363ef7 Use * import for gstreamer 2010-04-26 20:33:50 +02:00
Thomas Adamcik
b025d360e8 Set __all__ for tests.backends.base 2010-04-26 20:33:31 +02:00
Thomas Adamcik
25e0df01e9 Set __all__ for mopidy.backends 2010-04-26 20:31:09 +02:00
Thomas Adamcik
2f34d76038 Add docstring to destroy calls 2010-04-26 19:59:47 +02:00