http: Remove empty test file for the WebSocket

All the logic has been moved into mopidy.utils.jsonrpc, and all that remains of
mopidy.frontends.http.ws is simple wiring that isn't worth testing.
This commit is contained in:
Stein Magnus Jodal 2012-11-27 23:23:49 +01:00
parent 7d047acc2e
commit 37164c6b04

View File

@ -1,7 +0,0 @@
from __future__ import unicode_literals
from tests import unittest
class WebSocketsTest(unittest.TestCase):
pass # TODO