diff options
| author | Richard Lyons <frob@cloudstaff.com> | 2024-06-21 15:58:12 +0200 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarIT.de> | 2024-06-23 09:24:05 +0200 |
| commit | 1f908a6222638b547016f5c21472ae26a76adbd2 (patch) | |
| tree | 3eabc86efdd6d54d8c148c489922df7c3373d183 /tests/unit/engines/__init__.py | |
| parent | f6f622f7e5627cc5afc8919a8fbc451b6003c9d7 (diff) | |
[fix] engine unit tests.
Enables unit tests in the engines directory by adding __init__.py, and fixups
for the enabled tests.
Diffstat (limited to 'tests/unit/engines/__init__.py')
| -rw-r--r-- | tests/unit/engines/__init__.py | 2 |
1 files changed, 2 insertions, 0 deletions
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 |