diff options
| author | Grant Lanham <contact@grantlanham.com> | 2024-06-09 14:22:20 -0400 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarIT.de> | 2024-06-23 11:51:41 +0200 |
| commit | 9a9ca307fe53ea8ed9d18a06a1a7da9fa4a1c28f (patch) | |
| tree | 34742219f3ea3a90f0b20b9cbf792e6318c2f734 /tests/unit/processors/__init__.py | |
| parent | 1f908a6222638b547016f5c21472ae26a76adbd2 (diff) | |
[fix] implement tests and remove usage of gen_useragent in engines
Diffstat (limited to 'tests/unit/processors/__init__.py')
| -rw-r--r-- | tests/unit/processors/__init__.py | 2 |
1 files changed, 2 insertions, 0 deletions
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 |