Skip to content

Commit

Permalink
Mark zookeeper testing object as a todo.
Browse files Browse the repository at this point in the history
  • Loading branch information
bbangert committed Jun 8, 2012
1 parent a72ea09 commit e01fde9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions kazoo/testing.py
Expand Up @@ -20,6 +20,11 @@
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
Expand Down

0 comments on commit e01fde9

Please sign in to comment.