()
| 18 | |
| 19 | @contextlib.contextmanager |
| 20 | def ignore_encoding_warning(): |
| 21 | with warnings.catch_warnings(): |
| 22 | warnings.simplefilter(class="st">"ignore", EncodingWarning) |
| 23 | yield |
| 24 | |
| 25 | |
| 26 | class CommonFSTests: |
no outgoing calls
no test coverage detected