Ejemplo n.º 1
0
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([])
Ejemplo n.º 2
0
def suite():
  return suite_if_possible(NegotiateCharset)