summaryrefslogtreecommitdiffstats
path: root/pym/portage/tests/ebuild
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 12:57:01 -0800
commit635d15f7d4ea14e95333d0a332018f30585b513b (patch)
tree526618cddfa5a2b6c1afd7f84a62b84e7257bfa2 /pym/portage/tests/ebuild
parent83a1e32dd58c0bbec297fb8ba853b8d38568a224 (diff)
downloadportage-635d15f7d4ea14e95333d0a332018f30585b513b.tar.gz
portage-635d15f7d4ea14e95333d0a332018f30585b513b.tar.bz2
portage-635d15f7d4ea14e95333d0a332018f30585b513b.zip
test_pty_eof: separate classes for self.todo
Diffstat (limited to 'pym/portage/tests/ebuild')
-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