[fix] engine unit tests.

Enables unit tests in the engines directory by adding __init__.py, and fixups
for the enabled tests.
This commit is contained in:
Richard Lyons 2024-06-21 15:58:12 +02:00 committed by Markus Heiser
parent f6f622f7e5
commit 1f908a6222
4 changed files with 44 additions and 35 deletions

View file

@ -0,0 +1,2 @@
# SPDX-License-Identifier: AGPL-3.0-or-later
# pylint: disable=missing-module-docstring