Lasse Bigum
|
f90f5f608e
|
Fix testcases after merging mopidy/develop
|
2013-11-02 23:44:33 +01:00 |
|
Lasse Bigum
|
e12a75c880
|
Merge branch 'develop' of https://github.com/mopidy/mopidy into feature/extra_tags
|
2013-11-02 23:39:19 +01:00 |
|
Lasse Bigum
|
9593da08b6
|
Rename track in MPD to track_name to avoid confusion
|
2013-11-02 22:34:26 +01:00 |
|
Stein Magnus Jodal
|
838f584e2b
|
local: Formatting
|
2013-11-02 22:18:37 +01:00 |
|
Stein Magnus Jodal
|
b0d43444c2
|
local: Remove debug logging in tests
|
2013-11-02 22:18:26 +01:00 |
|
Lasse Bigum
|
f295cbd3cb
|
Fix flake8 issues
|
2013-11-02 22:14:25 +01:00 |
|
Lasse Bigum
|
24944bd8e3
|
Split artist and albumartist dependency, update tests based on this
|
2013-11-02 22:13:54 +01:00 |
|
Lasse Bigum
|
86f18935fe
|
Fix flake8 errors and add a few more tests
|
2013-11-02 21:57:53 +01:00 |
|
Lasse Bigum
|
e7746dac1b
|
Remove debug, make track_no more robust
|
2013-11-02 21:54:46 +01:00 |
|
Lasse Bigum
|
efc9fc75b5
|
Fix track_no
|
2013-11-02 21:49:44 +01:00 |
|
Lasse Bigum
|
df1820f0a7
|
Add genre, composer, and performer tags and use them
|
2013-11-02 02:29:37 +01:00 |
|
Stein Magnus Jodal
|
be6e6c9a93
|
local: Readd lost test assertion
|
2013-10-27 21:26:26 +01:00 |
|
Stein Magnus Jodal
|
f7e85b1f12
|
Merge branch 'develop' into feature/track_and_count
|
2013-10-27 21:04:09 +01:00 |
|
Thomas Adamcik
|
ecc0bae344
|
local: Delete uris in library refresh (fixes #500)
Makes sure we remove uri's that can no longer be found in the tag cache.
|
2013-10-27 14:10:56 +01:00 |
|
Lasse Bigum
|
457c39fc78
|
Remove duplicate test group, merge it into existing
|
2013-10-22 23:40:38 +02:00 |
|
Lasse Bigum
|
1975694d08
|
Changed track to track_no, fix code, add tests
Added testcases for track and count
|
2013-10-20 23:04:48 +02:00 |
|
Stein Magnus Jodal
|
27a63b1688
|
local: Remove redundant test asserts
|
2013-10-19 22:17:08 +02:00 |
|
Stein Magnus Jodal
|
c850ed2698
|
Merge branch 'develop' into feature/search-by-albumartist
Conflicts:
tests/backends/local/library_test.py
|
2013-10-19 22:15:50 +02:00 |
|
Stein Magnus Jodal
|
7d874873bd
|
local: Include albumartist in 'any' searches
|
2013-10-19 22:14:53 +02:00 |
|
Javier Domingo Cansino
|
677c61f398
|
tests: Rename local tests to describe that they are testing local providers and not core controllers
|
2013-10-18 16:12:38 +02:00 |
|
Stein Magnus Jodal
|
ccbae310c6
|
local: Add albumartist support to search/find_exact
|
2013-10-12 00:16:20 +02:00 |
|
Stein Magnus Jodal
|
3c53c1ddcd
|
tests: Merge BaseBackend and LocalBackend tests
|
2013-10-11 22:17:27 +02:00 |
|
Stein Magnus Jodal
|
52ee456692
|
tests: Import unittest directly from the stdlib
|
2013-04-29 19:45:25 +02:00 |
|
Thomas Adamcik
|
160a70e6df
|
path: Only accept bytes as paths
|
2013-04-25 21:08:33 +02:00 |
|
Stein Magnus Jodal
|
3339b79c1e
|
local: Rename 'music_path' to 'music_dir', 'playlist_path' to 'playlists_dir'
|
2013-04-08 20:58:17 +02:00 |
|
Stein Magnus Jodal
|
775b276169
|
local: Use new config system
|
2013-04-05 16:59:18 +02:00 |
|
Thomas Adamcik
|
6f39bde566
|
config: Start passing dummy config explicitly to audio/backends/frontends.
|
2013-04-02 19:14:46 +02:00 |
|
Stein Magnus Jodal
|
6345022cfc
|
Move frontend/backend import into methods
|
2013-04-01 19:47:24 +02:00 |
|
Stein Magnus Jodal
|
6acaa490e9
|
Make all strings unicode by default (fixes #224)
|
2012-11-13 00:18:47 +01:00 |
|
Stein Magnus Jodal
|
ac60bcdf8e
|
Fix all flake8 warnings in tests (#211)
|
2012-10-16 14:43:31 +02:00 |
|
Thomas Adamcik
|
1985b4af76
|
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 |
|
Stein Magnus Jodal
|
79771d6e2c
|
Rename data_folder() to path_to_data_dir()
|
2011-04-07 15:55:03 +02:00 |
|
Stein Magnus Jodal
|
5ada4709bd
|
Rename {Base => }LibraryController
|
2010-11-02 23:54:02 +01:00 |
|
Thomas Adamcik
|
c513d0f6e7
|
Rename settings that have dirs or file to _PATH and _FILE
|
2010-11-01 00:37:55 +01:00 |
|
Thomas Adamcik
|
405d411464
|
Update tests to clear runtime settings
|
2010-08-24 00:19:05 +02:00 |
|
Stein Magnus Jodal
|
4722828c8f
|
Split backend tests into multiple files
|
2010-08-22 20:40:15 +02:00 |
|