From 0e4924ebca62b6767639aad773816a62c6a3c9af Mon Sep 17 00:00:00 2001 From: Elena ``of Valhalla'' Grandi Date: Fri, 24 Dec 2021 09:00:13 +0100 Subject: Removed spurious prints --- tests/test_commands.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/test_commands.py b/tests/test_commands.py index bd7098c..1a7d83b 100644 --- a/tests/test_commands.py +++ b/tests/test_commands.py @@ -132,7 +132,6 @@ class testCommandsSimple(unittest.TestCase, CommandsMixin): 'field': 'position', } streams = self._run_command(command.GetValues(), args) - print(streams['stdout'].getvalue()) self.assertIn('somewhere: 2', streams['stdout'].getvalue()) self.assertEqual(streams['stderr'].getvalue(), '') @@ -203,7 +202,6 @@ class testCommandsComplex(unittest.TestCase, CommandsMixin): 'field': 'tags', } streams = self._run_command(command.GetValues(), args) - print(streams['stdout'].getvalue()) self.assertIn('this: 1', streams['stdout'].getvalue()) self.assertEqual(streams['stderr'].getvalue(), '') -- cgit v1.2.3