Fix: bt2: duplicate test name in test_field.py
authorSimon Marchi <simon.marchi@efficios.com>
Tue, 24 Sep 2019 19:20:06 +0000 (15:20 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 3 Oct 2019 14:45:11 +0000 (10:45 -0400)
commitb24c604a47b13a1367a5a0e8571e120ad1290052
treea96baf45220a7a9de02b3e26da3d2d8fba7efd7f
parent05064758933d64951fe1387c13872232c0e23bfa
Fix: bt2: duplicate test name in test_field.py

Flake8 reports:

    ./tests/bindings/python/bt2/test_field.py:2170:5: F811 redefinition of unused 'test_has_field_prop_true' from line 2166
    ./tests/bindings/python/bt2/test_field.py:2178:5: F811 redefinition of unused 'test_bool_op_true' from line 2174

I think that in both cases, the second instance was meant to be renamed
to `_false`.

Reported-by: flake8
Change-Id: I8b3143bb3f86982e220a6b516f028fca9e6e24ab
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/2093
tests/bindings/python/bt2/test_field.py
This page took 0.024205 seconds and 4 git commands to generate.