We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaefe64 commit df362dcCopy full SHA for df362dc
1 file changed
tests/server/api/test_auth_api.py
@@ -0,0 +1,54 @@
1
+def test_check_user():
2
+ pass
3
+
4
5
+async def test_submit_to_auth_endpoint():
6
7
8
9
+async def test_validate_token():
10
11
12
13
+def test_validate_session_against_visit():
14
15
16
17
+async def test_validate_instrument_token():
18
19
20
21
+def test_get_visit_name():
22
23
24
25
+async def test_validate_instrument_server_session_access():
26
27
28
29
+async def test_validate_frontend_session_access():
30
31
32
33
+async def test_validate_user_instrument_access():
34
35
36
37
+def test_verify_password():
38
39
40
41
+def test_validate_user():
42
43
44
45
+def test_create_access_token():
46
47
48
49
+async def test_generate_token():
50
51
52
53
+async def test_mint_session_token():
54
0 commit comments