Thomas Adamcik
|
fa362ce936
|
Handle missing tag cache better
|
2010-04-30 20:46:30 +02:00 |
|
Thomas Adamcik
|
437f7fb6e7
|
Add lookup tests for library
|
2010-04-30 20:42:08 +02:00 |
|
Thomas Adamcik
|
9e798916bd
|
Convert gstreamer_test to use data folder helper
|
2010-04-29 22:51:18 +02:00 |
|
Thomas Adamcik
|
3bc9a0a60c
|
Update library tests
|
2010-04-29 22:20:18 +02:00 |
|
Thomas Adamcik
|
7183cfd561
|
More placeholders for tests
|
2010-04-29 22:09:55 +02:00 |
|
Thomas Adamcik
|
c612edd205
|
Merge branch 'master' into gstreamer
|
2010-04-29 21:11:42 +02:00 |
|
Thomas Adamcik
|
53bc3cec6a
|
Ensure the files don't exist before in playlist tests
|
2010-04-29 20:03:08 +02:00 |
|
Thomas Adamcik
|
a0fae47e90
|
Ensure that renamed playlists aren't created
|
2010-04-29 20:01:35 +02:00 |
|
Thomas Adamcik
|
42e96ebdcd
|
Add placeholders for library tests
|
2010-04-28 23:04:39 +02:00 |
|
Thomas Adamcik
|
074da2e542
|
Add minimal BaseLibraryControllerTest
|
2010-04-28 22:56:10 +02:00 |
|
Thomas Adamcik
|
7158056c26
|
Test id() for equality, not playlists them selves due to eq changes
|
2010-04-28 21:57:53 +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 |
|
Stein Magnus Jodal
|
cf0986a3a0
|
Add test to ensure that the last track in a playlist also is consumed
|
2010-04-27 15:27:58 +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
|
32dcabafc3
|
Load tracks when stored playlist is initialised
|
2010-04-27 00:02:57 +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
|
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
|
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
|
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
|
188211edfc
|
Attempt at fixing uri handling for windows in tests
|
2010-04-15 22:05:36 +02:00 |
|
Stein Magnus Jodal
|
3375f806f0
|
Merge commit 'adamcik/gstreamer'
|
2010-04-15 20:58:04 +02:00 |
|
Thomas Adamcik
|
0d9085b033
|
Add test for mp3, ogg and flac support in gstreamer backend
|
2010-04-14 23:27:30 +02:00 |
|
Thomas Adamcik
|
c535c22884
|
Switch to wav test files for gstreamer tests
|
2010-04-14 23:22:08 +02:00 |
|
Stein Magnus Jodal
|
7ba13ecaf8
|
Merge commit 'adamcik/gstreamer'
|
2010-04-14 23:09:32 +02:00 |
|
Thomas Adamcik
|
5bd6bf455b
|
Init time for backend varies, so longer sleep is required in test_time_position_when_playing
|
2010-04-14 16:05:08 +02:00 |
|
Thomas Adamcik
|
d639a58188
|
Convert callback test to threading.Event
|
2010-04-14 14:56:42 +02:00 |
|
Stein Magnus Jodal
|
80f8fa6549
|
Formatting
|
2010-04-13 00:36:26 +02:00 |
|
Thomas Adamcik
|
a2cafd3da9
|
Add implementation of test_playing_track_that_isnt_in_playlist
|
2010-04-11 03:29:42 +02:00 |
|
Thomas Adamcik
|
0f0183e316
|
Add implementation of test_playlist_attribute_is_immutable
|
2010-04-11 03:22:47 +02:00 |
|
Thomas Adamcik
|
ebaa048378
|
Add implementation of test_load_replaces_playlist
|
2010-04-11 03:20:58 +02:00 |
|