mirror of
https://github.com/apple/foundationdb.git
synced 2025-05-28 02:48:09 +08:00
Update bindings/python/tests/tester.py
Co-Authored-By: A.J. Beamon <ajbeamon@users.noreply.github.com>
This commit is contained in:
parent
d688536a7c
commit
986905f3dd
@ -132,7 +132,7 @@ def test_fdb_transactional_generator(db):
|
|||||||
@fdb.transactional
|
@fdb.transactional
|
||||||
def function_that_yields(tr):
|
def function_that_yields(tr):
|
||||||
yield 0
|
yield 0
|
||||||
assert fdb.get_api_version() < 700, "Pre-7.0, a decorators may wrap a function that yield"
|
assert fdb.get_api_version() < 700, "Pre-7.0, a decorator may wrap a function that yields"
|
||||||
except ValueError as e:
|
except ValueError as e:
|
||||||
assert fdb.get_api_version() >= 700, "Post-7.0, a decorator should throw if wrapped function yields"
|
assert fdb.get_api_version() >= 700, "Post-7.0, a decorator should throw if wrapped function yields"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user