Files
adguard-control-hub/tests/conftest.py
Rafal Zielinski bbc7f72578
Some checks failed
🧪 Integration Testing / 🔧 Test Integration (2025.9.4, 3.11) (push) Failing after 48s
🧪 Integration Testing / 🔧 Test Integration (2025.9.4, 3.12) (push) Failing after 20s
🧪 Integration Testing / 🔧 Test Integration (2025.9.4, 3.13) (push) Failing after 1m17s
🛡️ Code Quality & Security Check / 🔍 Code Quality Analysis (push) Failing after 20s
fix: minor fixes to integration tests
Signed-off-by: Rafal Zielinski <sq4ind@gmail.com>
2025-09-28 14:09:34 +01:00

8 lines
173 B
Python

import pytest
@pytest.fixture(autouse=True)
def auto_enable_custom_integrations(enable_custom_integrations):
"""Enable custom integrations for all tests."""
yield