tests: remove unused _TestIntegerValue.test_create_neg
authorSimon Marchi <simon.marchi@efficios.com>
Wed, 22 Nov 2023 17:43:47 +0000 (12:43 -0500)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Tue, 23 Jan 2024 18:44:19 +0000 (13:44 -0500)
commitcbeb7f03e4e9a56147ca730355cd53c183cce601
tree2e84caa3232d0d7db02f2a72c109afea932f0753
parent79092ec57262d4a1131483509d327c77f79eacf0
tests: remove unused _TestIntegerValue.test_create_neg

This test method is unused, since all sub-classes define a
test_create_neg method.  I confirmed this by:

 - placing an `assert False` inside it and running the test
 - comparing the number of tests ran as reported by the unittest runner,
   before and after the change

Change-Id: Ib2bd1cb919c85e6dddc21c0f305cfab8504d06e9
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/11409
Tested-by: jenkins <jenkins@lttng.org>
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
tests/bindings/python/bt2/test_value.py
This page took 0.024389 seconds and 4 git commands to generate.