libcamera/test/py
Tomi Valkeinen 51dc505d63 py: unittests.py: Add weakref helpers and use del
Add helpers to check if a weakref or a list of weakrefs is alive or
dead.

Also use 'del' for local variables instead of setting the variable to
None. This makes debugging the test easier as the locals will be gone
from locals() dict.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
2023-05-30 18:29:10 +03:00
..
meson.build test: py: Fix test failure when ASan is enabled 2022-12-24 03:29:47 +02:00
unittests.py py: unittests.py: Add weakref helpers and use del 2023-05-30 18:29:10 +03:00