You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/sp_test/internal.rst
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ These files should be stored outside the saml2test package to have a clean separ
22
22
::::::::::::::::::::::::::::::
23
23
24
24
Client (sp_test/__init__.py)
25
-
.........................
25
+
............................
26
26
Its life cycle is responsible for following activities:
27
27
- read config files and command line arguments (the test driver's config is "json_config")
28
28
- initialize the test driver IDP
@@ -49,7 +49,7 @@ Sequence
49
49
- Example: see "sequence" item in operation dict
50
50
51
51
Test (in the context of an operation)
52
-
....
52
+
.....................................
53
53
- class to be executed as part of an operation, either before ("pre") or after ("post") the sequence or in between a SAML request and response ("mid").
54
54
There are standard tests with the Request class (VerifyAuthnRequest) and operation-specific tests.
55
55
- Example for an operation-specific "mid" test: VerifyIfRequestIsSigned
@@ -66,7 +66,7 @@ Flow
66
66
* flow[3]: Check (optional - can be None. E.g. check the response if a correct error status was raised when sending a broken response)
67
67
68
68
Check (and subclasses)
69
-
.....
69
+
......................
70
70
- An optional class that is executed on receiving the SP's HTTP response(s) after the SAML response. If there are redirects, it will be called for each response.
71
71
- Writes a structured test report to conv.test_output
72
72
- It can check for expected errors, which do not cause an exception but in contrary are reported as a success
0 commit comments