예제 #1
0
파일: __init__.py 프로젝트: rsms/smisk
def suite(enable_experimental=False):
  # Currently disabled since we have not managed to properly kill the 
  # various processes that's started during the test.
  if enable_experimental:
    return suite_if_possible(KVSExample)
  else:
    return unittest.TestSuite([])
예제 #2
0
파일: __init__.py 프로젝트: rsms/smisk
def suite():
  return suite_if_possible(NegotiateCharset)