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
Add support for anonymous functions to assert_connected (#793)
* Changed assert_connected to work with callable references instead of string identifiers, allowing callables to be anonymous
* Made return type of _get_connection_info more transparent
Gut 9 3 (#645)
* version bump
* more documentation
* add cli changes to CHANGES
* address flakey i578 tests
* use verbose as default for no_print_logger
* use new no_input_logger
* fix issue with setting array values (CLI)
* testing and documenting monitor switch failing tests
* script parser no longer keeps reference to native instances
* refactor skip script tests to use new dynamicness
* add dedent to create_script_from_source
* moved dynmaic gut script to its own file