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)
committerSimon Marchi <simon.marchi@efficios.com>
Thu, 26 Sep 2019 01:52:28 +0000 (21:52 -0400)
commitd4db9beb2e8e00eaa60a5f89f745b1add05a7d64
treee716378cc4414d02c0f01d8973de6e1808e0c2ec
parent9f77b5059100f83b11db092e952ecb14f998d21e
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.023893 seconds and 4 git commands to generate.