Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 26d1039

Browse files
committed
Ensure that codecs are definitely clean in tests
1 parent 1492d7d commit 26d1039

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_codec.py

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
@pytest.fixture(autouse=True)
1212
def reset():
13+
CodecResetter.Reset()
1314
yield
1415
CodecResetter.Reset()
1516

0 commit comments

Comments
 (0)