move out spec state test deco
This commit is contained in:
parent
a8d8da25fd
commit
dcedfc350a
|
@ -0,0 +1,8 @@
|
|||
|
||||
from tests.utils import spectest
|
||||
from tests.context import with_state
|
||||
|
||||
|
||||
# shorthand for decorating @with_state @spectest()
|
||||
def spec_state_test(fn):
|
||||
return with_state(spectest()(fn))
|
Loading…
Reference in New Issue