From 37164c6b04836396266b9e5a07e54c58b45e2772 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Tue, 27 Nov 2012 23:23:49 +0100 Subject: [PATCH] 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. --- tests/frontends/http/ws_test.py | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 tests/frontends/http/ws_test.py diff --git a/tests/frontends/http/ws_test.py b/tests/frontends/http/ws_test.py deleted file mode 100644 index 0f0f6ff3..00000000 --- a/tests/frontends/http/ws_test.py +++ /dev/null @@ -1,7 +0,0 @@ -from __future__ import unicode_literals - -from tests import unittest - - -class WebSocketsTest(unittest.TestCase): - pass # TODO