summaryrefslogtreecommitdiffstats
path: root/pym
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2011-01-21 12:57:01 -0800
committerZac Medico <zmedico@gentoo.org>2011-01-21 22:19:22 -0800
commite91b2c32d308fda1136cd66fe5af7b2b91fcee48 (patch)
tree666b195954aca88f34f78da2ad425650bb4615b3 /pym
parent1872c822c8e22023232ecd2b93a97ea03ea7b6f5 (diff)
downloadportage-e91b2c32d308fda1136cd66fe5af7b2b91fcee48.tar.gz
portage-e91b2c32d308fda1136cd66fe5af7b2b91fcee48.tar.bz2
portage-e91b2c32d308fda1136cd66fe5af7b2b91fcee48.zip
test_pty_eof: separate classes for self.todo
Diffstat (limited to 'pym')
-rw-r--r--pym/portage/tests/ebuild/test_pty_eof.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/pym/portage/tests/ebuild/test_pty_eof.py b/pym/portage/tests/ebuild/test_pty_eof.py
index 251b63c43..4b6ff21d0 100644
--- a/pym/portage/tests/ebuild/test_pty_eof.py
+++ b/pym/portage/tests/ebuild/test_pty_eof.py
@@ -4,7 +4,7 @@
from portage.tests import TestCase
from portage.util._pty import _can_test_pty_eof, _test_pty_eof
-class PtyEofTestCase(TestCase):
+class PtyEofFdopenBufferedTestCase(TestCase):
def testPtyEofFdopenBuffered(self):
# This tests if the following python issue is fixed yet:
@@ -18,6 +18,7 @@ class PtyEofTestCase(TestCase):
except EnvironmentError:
pass
+class PtyEofFdopenUnBufferedTestCase(TestCase):
def testPtyEofFdopenUnBuffered(self):
# New development: It appears that array.fromfile() is usable
# with python3 as long as fdopen is called with a bufsize