mirror of
https://github.com/wassname/catalyst.git
synced 2026-08-12 11:50:11 +08:00
dropped use of command args in test
This commit is contained in:
@@ -12,7 +12,6 @@ from simulator.qbt_client import TestClient
|
|||||||
class MessagingTestCase(unittest.TestCase):
|
class MessagingTestCase(unittest.TestCase):
|
||||||
|
|
||||||
def setUp(self):
|
def setUp(self):
|
||||||
tornado.options.parse_command_line()
|
|
||||||
self.total_data_count = 800
|
self.total_data_count = 800
|
||||||
self.feed_config = {'emt1':{'sid':133, 'class':'RandomEquityTrades', 'count':400},
|
self.feed_config = {'emt1':{'sid':133, 'class':'RandomEquityTrades', 'count':400},
|
||||||
'emt2':{'sid':134, 'class':'RandomEquityTrades', 'count':400}}
|
'emt2':{'sid':134, 'class':'RandomEquityTrades', 'count':400}}
|
||||||
|
|||||||
Reference in New Issue
Block a user