Skip to content Skip to sidebar Skip to footer
Showing posts with the label Stubs

Python's Stringio Doesn't Do Well With `with` Statements

I need to stub tempfile and StringIO seemed perfect. Only that all this fails in an omission: In [1… Read more Python's Stringio Doesn't Do Well With `with` Statements