Commit 9e0f98f9 authored by Jim Fulton's avatar Jim Fulton

Gaaaa, doctest error matching is too brittle sometimes...

parent 6d8f1c28
......@@ -937,10 +937,10 @@ def tpc_finish_error():
tpc_finish will fail:
>>> client.tpc_finish(t)
>>> client.tpc_finish(t) # doctest: +ELLIPSIS
Traceback (most recent call last):
...
TypeError: 'NoneType' object is not subscriptable
AttributeError: ...
>>> client.tpc_abort(t)
>>> t.abort()
......
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