test_ok2/src
Ran Benita 29e4cb5d45 Remove safe_text_dupfile() and simplify EncodedFile
I tried to understand what the `safe_text_dupfile()` function and
`EncodedFile` class do. Outside tests, `EncodedFile` is only used by
`safe_text_dupfile`, and `safe_text_dupfile` is only used by
`FDCaptureBinary.__init__()`. I then started to eliminate always-true
conditions based on the single call site, and in the end nothing was
left except of a couple workarounds that are still needed.
2020-03-14 12:57:08 +02:00
..
_pytest Remove safe_text_dupfile() and simplify EncodedFile 2020-03-14 12:57:08 +02:00
pytest Move ExitCode's definition from _pytest.main to _pytest.config 2020-02-10 23:55:06 +02:00