mopidy/tests
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
..
audio New flake8 version with new checks to conform to 2014-03-29 20:47:42 +01:00
backend Rename test files to pattern expected by test runners 2014-01-15 00:01:50 +01:00
config Rename test files to pattern expected by test runners 2014-01-15 00:01:50 +01:00
core dummy: Move dummy backend back into the mopidy package 2014-01-18 01:38:10 +01:00
data local: Make search filters more robust (fixes #635) 2014-01-17 23:43:43 +01:00
http Rename test files to pattern expected by test runners 2014-01-15 00:01:50 +01:00
local tests: Don't depend on the order of random sequences 2014-02-28 01:17:53 +01:00
mpd New flake8 version with new checks to conform to 2014-03-29 20:47:42 +01:00
utils network: Respond to messages before closing connections 2014-04-25 06:11:01 +02:00
__init__.py tests: Use utf-8 when encoding our test data paths to bytes 2013-06-27 00:25:25 +02:00
__main__.py Remove unused yappi profiler 2012-12-15 23:46:52 +01:00
test_commands.py Rename test files to pattern expected by test runners 2014-01-15 00:01:50 +01:00
test_exceptions.py Rename test files to pattern expected by test runners 2014-01-15 00:01:50 +01:00
test_ext.py ext: Remove old extension API 2014-02-17 11:44:57 +01:00
test_help.py Rename test files to pattern expected by test runners 2014-01-15 00:01:50 +01:00
test_models.py models: Make Playlist.last_modified milliseconds since Unix epoch 2014-01-28 23:57:02 +01:00
test_version.py Release v0.18.3 2014-02-16 21:46:21 +01:00