tests/lib/conds/test.py: use `tjson`, add type annotations
authorSimon Marchi <simon.marchi@efficios.com>
Mon, 12 Feb 2024 18:48:51 +0000 (13:48 -0500)
committerSimon Marchi <simon.marchi@efficios.com>
Mon, 19 Feb 2024 18:10:15 +0000 (13:10 -0500)
commit5758ab8b0cd073ba9030463d53b9b03df3862835
tree5b363c170f648e5ff36df367923a220b5344230a
parentacb57bdfabe45c5132e8d7d623876631fc3bfa38
tests/lib/conds/test.py: use `tjson`, add type annotations

Use `tests/utils/python/tjson.py` and add some types annotations to make
`tests/lib/conds/test.py` pyright-clean:

    $ PYTHONPATH=/home/simark/src/babeltrace/tests/utils/python pyright tests/lib/conds/test.py
    0 errors, 0 warnings, 0 informations

Change-Id: Ie7e233e51b5fef645f6ca2c23a66e8c81f00f2a8
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/11780
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
Tested-by: jenkins <jenkins@lttng.org>
tests/lib/conds/test.py
This page took 0.025094 seconds and 4 git commands to generate.