mirror of
https://github.com/Second-Hand-Friends/kleinanzeigen-bot.git
synced 2026-03-12 10:31:50 +01:00
feat: introduce smoke test group and fail-fast test orchestration (#572)
This commit is contained in:
8
tests/__init__.py
Normal file
8
tests/__init__.py
Normal file
@@ -0,0 +1,8 @@
|
||||
# SPDX-FileCopyrightText: © Jens Bergmann and contributors
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
# SPDX-ArtifactOfProjectHomePage: https://github.com/Second-Hand-Friends/kleinanzeigen-bot/
|
||||
|
||||
# This file makes the tests/ directory a Python package.
|
||||
# It is required so that direct imports like 'from tests.conftest import ...' work correctly,
|
||||
# and to avoid mypy errors about duplicate module names when using such imports.
|
||||
# Pytest does not require this for fixture discovery, but Python and mypy do for package-style imports.
|
||||
Reference in New Issue
Block a user