Commit 63e7f1f9 authored by Denis Bilenko's avatar Denis Bilenko

test_close_backend_fd.py: check destroyed hub's __repr__

parent 6eafcf8c
......@@ -24,3 +24,4 @@ for count in xrange(2):
else:
print '%s. %r lacks fileno()' % (count, backend)
hub.destroy()
assert 'destroyed' in repr(hub), repr(hub)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment