update unit test
This commit is contained in:
parent
78277af4e9
commit
0e45cc5b0d
@ -7,6 +7,7 @@ def test_page_decorator():
|
|||||||
def foo_():
|
def foo_():
|
||||||
return text("foo")
|
return text("foo")
|
||||||
|
|
||||||
|
DECORATED_PAGES.clear()
|
||||||
assert len(DECORATED_PAGES) == 0
|
assert len(DECORATED_PAGES) == 0
|
||||||
decorated_foo_ = page()(foo_)
|
decorated_foo_ = page()(foo_)
|
||||||
assert decorated_foo_ == foo_
|
assert decorated_foo_ == foo_
|
||||||
|
Loading…
Reference in New Issue
Block a user