mopidy/tests/utils
Trygve Aaberge d62ad966af network: Respond to messages before closing connections
This makes a connection tell the actor to stop the connection, instead
of stopping it itself. This is preferable, because other messages sent
to the actor that is not processed yet, may now send data to the client.

E.g. it makes this work:
$ echo status | nc localhost 6600
2014-04-25 06:11:01 +02:00
..
network network: Respond to messages before closing connections 2014-04-25 06:11:01 +02:00
__init__.py Make all strings unicode by default (fixes #224) 2012-11-13 00:18:47 +01:00
test_deps.py Rename test files to pattern expected by test runners 2014-01-15 00:01:50 +01:00
test_encoding.py Rename test files to pattern expected by test runners 2014-01-15 00:01:50 +01:00
test_jsonrpc.py tests: Don't depend on the order of random sequences 2014-02-28 01:17:53 +01:00
test_path.py utils: Remove old find_files 2014-02-26 23:53:12 +01:00