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 c08abf9 commit 2647e26Copy full SHA for 2647e26
tests/test_unit_tests.py
@@ -43,7 +43,9 @@
43
44
def load_test_settings_as_json():
45
"""
46
- Load the test_settings.toml file and return its content as JSON-compatible dict.
+ Load default trust configuration test settings from a
47
+ TOML config file and return its content as JSON-compatible dict.
48
+ The return value is used to load settings.
49
50
Returns:
51
dict: The parsed TOML content as a Python dictionary (JSON-compatible).
0 commit comments