Test encoding
(self)
| 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.""" |
nothing calls this directly
no test coverage detected