diff options
author | Robey Pointer <robey@lag.net> | 2004-06-10 17:35:30 +0000 |
---|---|---|
committer | Robey Pointer <robey@lag.net> | 2004-06-10 17:35:30 +0000 |
commit | 1144a5d3d9232535d722d9ccded40ad28dbf341d (patch) | |
tree | 0912fe9209b997d5e726903ffc5743562f0aa4d4 /tests/test_file.py | |
parent | 9baa2b361eb5dce72f80bac5936615853d0b2fbb (diff) |
[project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-57]
more unit tests
add a unit test for sending a large (1MB) file with line buffering but no
linefeeds (this triggered several bugs and inefficiencies), and another test
to verify that the write buffer is flushed on seek.
Diffstat (limited to 'tests/test_file.py')
-rwxr-xr-x | tests/test_file.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_file.py b/tests/test_file.py index 222b6818..46e45d7a 100755 --- a/tests/test_file.py +++ b/tests/test_file.py @@ -136,4 +136,3 @@ class BufferedFileTest (unittest.TestCase): f.write('Enough.') self.assertEqual(f.read(20), 'Too small. Enough.') f.close() - |