diff options
Diffstat (limited to 'tests/io/stringio_with.py')
| -rw-r--r-- | tests/io/stringio_with.py | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/io/stringio_with.py b/tests/io/stringio_with.py deleted file mode 100644 index c35975445..000000000 --- a/tests/io/stringio_with.py +++ /dev/null @@ -1,9 +0,0 @@ -try: - import uio as io -except ImportError: - import io - -# test __enter__/__exit__ -with io.StringIO() as b: - b.write("foo") - print(b.getvalue()) |
