tests: remove spurious print in test_field_class.py
authorSimon Marchi <simon.marchi@efficios.com>
Tue, 14 Jun 2022 00:05:42 +0000 (20:05 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Wed, 15 Jun 2022 18:28:48 +0000 (14:28 -0400)
Change-Id: I147b027b835520e39148938eff1b930e28768eec
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/8350
Tested-by: jenkins <jenkins@lttng.org>
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
tests/bindings/python/bt2/test_field_class.py

index 4f6aab2415309fb4acf180ab4243dfa121da2c5b..cc6a54bc8c01531c8caaa1e25c286f524e061acd 100644 (file)
@@ -896,7 +896,6 @@ class _OptionWithIntegerSelectorFieldClassTestCase(
 
     def test_attr_ranges(self):
         fc = self._create_default_field_class()
-        print(type(fc.ranges), type(self._ranges))
         self.assertEqual(fc.ranges, self._ranges)
 
     def test_const_attr_ranges(self):
This page took 0.025066 seconds and 4 git commands to generate.