Skip to content

Commit 4ee3667

Browse files
committed
importorskip in test module
1 parent 08f4e3d commit 4ee3667

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/integrations/unleash/__init__.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
import pytest
2+
3+
pytest.importorskip("UnleashClient")
4+
5+
16
class MockUnleashClient:
27

38
def __init__(self, *a, **kw):

0 commit comments

Comments
 (0)