summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/test_commands.py2
1 files changed, 0 insertions, 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(), '')