Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Ensure that codecs are definitely clean in tests
  • Loading branch information
filmor committed May 26, 2022
commit 26d1039c9702746c8deb50db1b2aee34a0c27dab
1 change: 1 addition & 0 deletions tests/test_codec.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

@pytest.fixture(autouse=True)
def reset():
CodecResetter.Reset()
yield
CodecResetter.Reset()

Expand Down