zivid / zivid-python

Official Python package for Zivid 3D cameras
BSD 3-Clause "New" or "Revised" License
40 stars 14 forks source link

Fix unit test early Application teardown #254

Closed johningve closed 8 months ago

johningve commented 8 months ago

Commit 3a2f7658 fixed several issues with object lifetimes in the unit tests. However, one case was missed where a test depends on the application fixture but also creates its own Application instance. This caused an error when a new test was added that ran after the faulty test.