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:
@@ -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():
|
||||
|
||||
|
||||
Reference in New Issue
Block a user