Moved mock_xqueue_server to its own subpackage within

lms/djangoapps/courseware/
Separated tests of the mock server into test_mock_xqueue_server.py
This commit is contained in:
Will Daly
2013-03-20 11:14:42 -04:00
parent e7f8c7c676
commit 8f055ab037
2 changed files with 2 additions and 71 deletions

View File

@@ -1,9 +1,8 @@
from mock_xqueue_server import MockXQueueServer
from courseware.mock_xqueue_server.mock_xqueue_server import MockXQueueServer
from lettuce import before, after, world
from django.conf import settings
import threading
@before.all
def setup_mock_xqueue_server():