Enable configuring whether resources would be locked or not when requested
7.5.1
Add option to send dict as config when locking resources with .lock()
7.5.0
Added a REST request for statistics on tests
7.4.1
* Fixed double release resource issue * moved force_initialize resouce to only be a parameter of tests' request_resources
7.4.0
* Enable running all kinds of tests in the shell * Enable running with debug in the shell * Print imported resources in the shell, remove ipython banner * Make the shell client connect only on demand * Update session timeout message to suggest test timed out
7.3.0
-separated result's add_success to two methods: add_success() for end of test, add_info(msg) for success messages -avoided calling add_success() if there were failures or errors (such as ones from self.expect)