We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e9f325 commit 9a4cf40Copy full SHA for 9a4cf40
1 file changed
tests/test_init.py
@@ -7,7 +7,10 @@
7
8
@pytest.fixture(autouse=True)
9
def _reset():
10
+ b_global = Badger.current
11
_local.set(Badger())
12
+ yield
13
+ _local.set(b_global)
14
15
16
def test_init():
0 commit comments