Skip to content

Commit e23949a

Browse files
author
Fabien Coelho
committed
ensure coverage reliability
1 parent 730a0e3 commit e23949a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/test_app.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@ def api(ft_client):
110110
assert res.json["user"] == "calvin"
111111
# ready for testing routes
112112
yield ft_client
113+
# trigger display and delete execution, otherwise it is unreliable
114+
ft_client.__del__()
113115

114116
def test_admin(api):
115117
# check authentication schemes

0 commit comments

Comments
 (0)