mopidy/tests/mpd
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
..
protocol mpd: Add MPD tokenizer 2014-01-19 13:47:09 +01:00
__init__.py mpd: Move mopidy.{frontends => }.mpd 2013-12-31 14:11:16 +01:00
test_dispatcher.py dummy: Move dummy backend back into the mopidy package 2014-01-18 01:38:10 +01:00
test_exceptions.py mpd: Annotate exceptions with current command automatically (fixes #649) 2014-01-18 00:34:41 +01:00
test_status.py dummy: Move dummy backend back into the mopidy package 2014-01-18 01:38:10 +01:00
test_translator.py Rename test files to pattern expected by test runners 2014-01-15 00:01:50 +01:00