From 1f908a6222638b547016f5c21472ae26a76adbd2 Mon Sep 17 00:00:00 2001 From: Richard Lyons Date: Fri, 21 Jun 2024 15:58:12 +0200 Subject: [fix] engine unit tests. Enables unit tests in the engines directory by adding __init__.py, and fixups for the enabled tests. --- tests/unit/engines/__init__.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tests/unit/engines/__init__.py (limited to 'tests/unit/engines/__init__.py') diff --git a/tests/unit/engines/__init__.py b/tests/unit/engines/__init__.py new file mode 100644 index 000000000..9ed59c825 --- /dev/null +++ b/tests/unit/engines/__init__.py @@ -0,0 +1,2 @@ +# SPDX-License-Identifier: AGPL-3.0-or-later +# pylint: disable=missing-module-docstring -- cgit v1.2.3