We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08f4e3d commit 4ee3667Copy full SHA for 4ee3667
tests/integrations/unleash/__init__.py
@@ -1,3 +1,8 @@
1
+import pytest
2
+
3
+pytest.importorskip("UnleashClient")
4
5
6
class MockUnleashClient:
7
8
def __init__(self, *a, **kw):
0 commit comments