tests: test eq and ne operators of fields and values against arbitrary objects and...
authorSimon Marchi <simon.marchi@efficios.com>
Tue, 15 Oct 2019 22:29:05 +0000 (18:29 -0400)
committerFrancis Deslauriers <francis.deslauriers@efficios.com>
Wed, 16 Oct 2019 18:31:16 +0000 (14:31 -0400)
commit7e481c9efd8ae221418561c14867807c9e534747
tree124cf18729601734caa495727f55f43562840d30
parentfd00253e116e60991fdc4b2540c9a3083ee96376
tests: test eq and ne operators of fields and values against arbitrary objects and None

The binary operator tests that test comparing fields and values against
arbitrary objects and None are skipped for the eq and ne operators.
This patch modifies the tests to test those operators too.  Unlike other
operators, we don't expect them to raise an Exception.

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