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: python/lib/sift_client/util/test_results/__init__.py
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -58,6 +58,9 @@ def main(self):
58
58
- If you want each module(file) to be marked as a step w/ each test as a substep, import the `module_substep` fixture as well.
59
59
- The `report_context` fixture requires a fixture `sift_client` returning an `SiftClient` instance to be passed in.
60
60
61
+
62
+
Note: FedRAMP users: report_context will log test results to a temp file to avoid API calls during test execution. If this is a shared environment, you should import the `report_context_no_logging` fixture instead.
63
+
61
64
###### Example at top of your test file or in your conftest.py file:
# To avoid GRPC forking errors, temporarily redirect stderr at the fd level before forking, so the child inherits /dev/null on fd 2 when the atfork handler fires.
0 commit comments