Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
kmaehashi committed Aug 5, 2016
1 parent 4249af4 commit 71fb406
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jubakit/test/integration/cli/service/test_generic.py
Expand Up @@ -18,13 +18,13 @@ def setUp(self):
self._sh = self._service._shell()

def test_simple(self):
# TODO consider distributed mode test
self._ok([
'get_config',
'save test',
'clear',
'load test',
'get_status',
# TODO consider distributed mode test
#'get_proxy_status',
#'do_mix',
])
Expand Down
2 changes: 1 addition & 1 deletion jubakit/test/integration/test_shell.py
Expand Up @@ -34,7 +34,7 @@ def test_interact(self):
self.assertTrue(self._shell('connect 127.0.0.1 0').interact())

def test_interact_fail(self):
# Interface mismatch
# Interface mismatch (using anomaly shell against classifier service)
self.assertFalse(self._shell('calc_score x 1', 'anomaly').interact())

def test_run(self):
Expand Down

0 comments on commit 71fb406

Please sign in to comment.