We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4454285 commit 0c5baf0Copy full SHA for 0c5baf0
tests/integration/test_flask_transforms.py
@@ -31,7 +31,7 @@ class TestFlaskMaskTransform:
31
while preserving the value length.
32
"""
33
34
- @pytest.fixture(scope="class")
+ @pytest.fixture(scope="class", autouse=True)
35
def setup_transforms(self):
36
"""Set up the SDK with mask transforms configured."""
37
# TODO: Configure transforms when implemented
0 commit comments