bt2: remove duplicate test test_create_from_vint in RealValueTestCase
authorSimon Marchi <simon.marchi@efficios.com>
Tue, 24 Sep 2019 16:34:51 +0000 (12:34 -0400)
committerSimon Marchi <simon.marchi@efficios.com>
Thu, 26 Sep 2019 01:52:28 +0000 (21:52 -0400)
commitd81716f0e4a89e270db71c42a5f9ae6e9704a8ee
tree7c496d437e9dfefef52b6d1c074494d592ed10cc
parent0c1a2e5ac0fcb6c41bb353e7caa672cb5dee33a7
bt2: remove duplicate test test_create_from_vint in RealValueTestCase

There are two tests named like this in RealValueTestCase.  The second
one looks right (it creates a Value from an int, then creates a
RealValue from that).  The first one looks like it should be called
"test_create_from_vfloat", as it tests creating a RealValue from another
RealValue, but we already have such a test case a bit lower.  So I think
it's fine to delete it.

Reported-by: flake8
Change-Id: I274b922c653675913f2346cbc67cbcd03cd5208f
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/2086
Reviewed-by: Francis Deslauriers <francis.deslauriers@efficios.com>
tests/bindings/python/bt2/test_value.py
This page took 0.024497 seconds and 4 git commands to generate.