From 9a9ca307fe53ea8ed9d18a06a1a7da9fa4a1c28f Mon Sep 17 00:00:00 2001 From: Grant Lanham Date: Sun, 9 Jun 2024 14:22:20 -0400 Subject: [fix] implement tests and remove usage of gen_useragent in engines --- tests/unit/processors/__init__.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tests/unit/processors/__init__.py (limited to 'tests/unit/processors/__init__.py') diff --git a/tests/unit/processors/__init__.py b/tests/unit/processors/__init__.py new file mode 100644 index 000000000..9ed59c825 --- /dev/null +++ b/tests/unit/processors/__init__.py @@ -0,0 +1,2 @@ +# SPDX-License-Identifier: AGPL-3.0-or-later +# pylint: disable=missing-module-docstring -- cgit v1.2.3