forked from gleanwork/api-client-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest_client_user.py
More file actions
45 lines (32 loc) · 1.55 KB
/
test_client_user.py
File metadata and controls
45 lines (32 loc) · 1.55 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
import pytest
@pytest.mark.skip(
reason="incomplete test found please make sure to address the following errors: [`workflow step addcredential.test referencing operation addcredential not found in document`]"
)
def test_client_user_addcredential():
pass
@pytest.mark.skip(
reason="incomplete test found please make sure to address the following errors: [`workflow step deletequeryhistory.test referencing operation deletequeryhistory not found in document`]"
)
def test_client_user_deletequeryhistory():
pass
@pytest.mark.skip(
reason="incomplete test found please make sure to address the following errors: [`workflow step invite.test referencing operation invite not found in document`]"
)
def test_client_user_invite():
pass
@pytest.mark.skip(
reason="incomplete test found please make sure to address the following errors: [`workflow step publicconfig.test referencing operation publicconfig not found in document`]"
)
def test_client_user_publicconfig():
pass
@pytest.mark.skip(
reason="incomplete test found please make sure to address the following errors: [`workflow step removecredential.test referencing operation removecredential not found in document`]"
)
def test_client_user_removecredential():
pass
@pytest.mark.skip(
reason="incomplete test found please make sure to address the following errors: [`workflow step support_email.test referencing operation support_email not found in document`]"
)
def test_client_user_support_email():
pass