コード例 #1
0
 def test_piped_on_tty(self):
     ok_(piped(sys.stdin) is None)
コード例 #2
0
 def test_piped_on_tty(self):
     ok_(piped(sys.stdin) is None)
コード例 #3
0
 def test_piped_on_file(self):
     ok_(piped(self.temp_file) is not None)
コード例 #4
0
 def test_piped_on_file(self):
     ok_(piped(self.temp_file) is not None)