nassauwinter / zephyr-python-api

Python wrappers for Zephyr Scale API
Apache License 2.0
1 stars 4 forks source link

Session attrs #3

Closed nassauwinter closed 1 year ago

nassauwinter commented 1 year ago

Modifying signature of the ZephyrSession constructor to be able to pass any session attributes in a dict:

session_params = {'verify': True}

your_zephyr = ZephyrScale.server_api(..., session_attrs=session_params)

related to #2