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
Currently the SDK only provides code for a client to connect to a running 1Password instance. This means that it is not possible to test the SDK integration in a unit test.
Desired Behavior
I would like a way to create a test client so I can test my 1Password SDK integration in a unit test. One way to do this would be with a new ClientOption, something like:
Current Behavior
I'm trying to integrate the 1Password SDK into chezmoi following the request in twpayne/chezmoi#3852. The initial code is in twpayne/chezmoi#3855.
Currently the SDK only provides code for a client to connect to a running 1Password instance. This means that it is not possible to test the SDK integration in a unit test.
Desired Behavior
I would like a way to create a test client so I can test my 1Password SDK integration in a unit test. One way to do this would be with a new
ClientOption
, something like:Benefits & Value
This would make it possible to test code using the 1Password SDK, with all the benefits that testing provides.
Additional information
No response
The text was updated successfully, but these errors were encountered: