cli
Full documentation pages are generated for docstring reference only and may contain symbols imported from other modules. Imported symbols are not distinguished from locally defined symbols and will appear in any module that they are imported into. For better information on where symbols should be imported from, review the sourcecode on the github.
FoSpy._dev.testing.cli
TESTS
module-attribute
TESTS = {
"Validate a Synthesis File": (
load_test,
{"Open Results?": ("open_result", False)},
),
"Map a JSON to A Synthesis and Validate": (
map_test,
{
"Open Results?": ("open_result", False),
"Change Map Name": ("map_name", "default"),
"Add New Map?": ("make_new", False),
"Include Missing Values?": (
"new_missing",
False,
),
"Set New Map As Default?": (
"new_default",
False,
),
},
),
}