Mark zookeeper testing object as a todo.

This commit is contained in:
Ben Bangert
2012-06-07 17:28:00 -07:00
parent a72ea09497
commit e01fde9134

View File

@@ -20,6 +20,11 @@ It provides setUp and tearDown functions that can be used with
doctests or with regular ```unittest`` tests.
"""
from nose import SkipTest
raise SkipTest()
# TODO: This needs to be updated for mocking kazoo's client, we're going with
# integration tests in the mean time
from zope.testing import setupstack
import collections
import json