Lines Matching refs:capture_output
1697 capture_output=True)
1702 # run() refuses to accept 'stdout' with 'capture_output'
1706 msg=("Expected ValueError when stdout and capture_output "
1709 capture_output=True, stdout=tf)
1711 self.assertIn('capture_output', c.exception.args[0])
1714 # run() refuses to accept 'stderr' with 'capture_output'
1718 msg=("Expected ValueError when stderr and capture_output "
1721 capture_output=True, stderr=tf)
1723 self.assertIn('capture_output', c.exception.args[0])
1735 capture_output=True) # New session unspecified.
1752 capture_output=True)