Skip to content

Commit 37a9fac

Browse files
committed
enable custom integration for all tests
1 parent b5770be commit 37a9fac

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

tests/conftest.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
"""Test: Global configuration for pytest."""
2+
3+
import pytest
4+
5+
6+
@pytest.fixture(autouse=True)
7+
def auto_enable_custom_integrations(enable_custom_integrations):
8+
"""Enable custom integrations in all tests."""
9+
yield

0 commit comments

Comments
 (0)