mopidy/tests/utils
Thomas Adamcik 7c82485a07 commands: Start adding commands util helper.
This class is intended to be used to contruct a tree of sub-commands. In this
intial version it mainly focuses on exposing `add_argument` to allow for nested
parsers. Next step is to start adding better `--help` that shows the entire tree
and hooking it up to select what code path to really run.
2013-11-14 23:31:20 +01:00
..
network tests: Import unittest directly from the stdlib 2013-04-29 19:45:25 +02:00
__init__.py Make all strings unicode by default (fixes #224) 2012-11-13 00:18:47 +01:00
command_test.py commands: Start adding commands util helper. 2013-11-14 23:31:20 +01:00
deps_test.py deps: Don't strip last dir from dependency path 2013-11-02 19:25:06 +01:00
encoding_test.py tests: Import unittest directly from the stdlib 2013-04-29 19:45:25 +02:00
jsonrpc_test.py jsonrpc: Test application error responses again 2013-10-19 20:53:02 +02:00
path_test.py utils: Convert path_to_uri to single argument 2013-07-30 00:23:23 +02:00