Tweak docstring
Since this class is used in multiple test modules now, it makes sense to keep it in common_util instead of test_storage.
This commit is contained in:
parent
41fcd9673e
commit
ad4d7f7612
|
@ -129,9 +129,6 @@ class Marker(object):
|
||||||
|
|
||||||
class FakeCanary(object):
|
class FakeCanary(object):
|
||||||
"""For use in storage tests.
|
"""For use in storage tests.
|
||||||
|
|
||||||
Can be moved back to test_storage.py once enough Python 3 porting has been
|
|
||||||
done.
|
|
||||||
"""
|
"""
|
||||||
def __init__(self, ignore_disconnectors=False):
|
def __init__(self, ignore_disconnectors=False):
|
||||||
self.ignore = ignore_disconnectors
|
self.ignore = ignore_disconnectors
|
||||||
|
|
Loading…
Reference in New Issue