mopidy/tests/mpd/protocol
Thomas Adamcik b34a8c1f73 mpd: Add MPD tokenizer
- Adds tests for correctness of tokenizer (which also would have shown shlex
  wouldn't have worked).
- Should conform with the original's behavior, though we won't be able to match
  the error messages without a lot of extra work as a non-regexp version is
  likely a no go on python due to speed.
2014-01-19 13:47:09 +01:00
..
__init__.py dummy: Move dummy backend back into the mopidy package 2014-01-18 01:38:10 +01:00
test_audio_output.py Rename test files to pattern expected by test runners 2014-01-15 00:01:50 +01:00
test_authentication.py Rename test files to pattern expected by test runners 2014-01-15 00:01:50 +01:00
test_channels.py mpd: Annotate exceptions with current command automatically (fixes #649) 2014-01-18 00:34:41 +01:00
test_command_list.py Rename test files to pattern expected by test runners 2014-01-15 00:01:50 +01:00
test_connection.py Rename test files to pattern expected by test runners 2014-01-15 00:01:50 +01:00
test_current_playlist.py Merge pull request #647 from adamcik/feature/browse-by-uri 2014-01-17 15:58:39 -08:00
test_idle.py Rename test files to pattern expected by test runners 2014-01-15 00:01:50 +01:00
test_music_db.py mpd: Switch mpd to use path<->uri mapping for browsing 2014-01-17 17:16:24 +01:00
test_playback.py mpd: Annotate exceptions with current command automatically (fixes #649) 2014-01-18 00:34:41 +01:00
test_reflection.py Rename test files to pattern expected by test runners 2014-01-15 00:01:50 +01:00
test_regression.py Rename test files to pattern expected by test runners 2014-01-15 00:01:50 +01:00
test_status.py mpd: Annotate exceptions with current command automatically (fixes #649) 2014-01-18 00:34:41 +01:00
test_stickers.py mpd: Annotate exceptions with current command automatically (fixes #649) 2014-01-18 00:34:41 +01:00
test_stored_playlists.py mpd: Annotate exceptions with current command automatically (fixes #649) 2014-01-18 00:34:41 +01:00
test_tokenizer.py mpd: Add MPD tokenizer 2014-01-19 13:47:09 +01:00