1from ...._shared.testing import setup_test, teardown_test
2
3
4def setup():
5    setup_test()
6
7
8def teardown():
9    teardown_test()
10