MCPcopy Create free account
hub / github.com/bleachbit/bleachbit / test_encoding

Method test_encoding

tests/TestDeepScan.py:60–63  ·  view source on GitHub ↗

Test encoding

(self)

Source from the content-addressed store, hash-verified

58 shutil.rmtree(subdir)
59
60 def test_encoding(self):
61 """Test encoding"""
62 for test in SPECIAL_TEST_STRINGS:
63 self._test_encoding(test)
64
65 def test_DeepScan(self):
66 """Unit test for class DeepScan. Preview real files."""

Callers

nothing calls this directly

Calls 1

_test_encodingMethod · 0.95

Tested by

no test coverage detected