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
We already have .json files with responses from all sdk services. But mocks.pkg naturally packed as npm lib. We have clients, which is written in python, so would be gr8 if they could reuse mocks in their test flow.
My variants:
pack as pypi library and add to deploy github.flow (the best i guess)
.py script which will load this mocks into project (quick variant)
The text was updated successfully, but these errors were encountered:
We already have .json files with responses from all sdk services. But mocks.pkg naturally packed as npm lib. We have clients, which is written in python, so would be gr8 if they could reuse mocks in their test flow.
My variants:
The text was updated successfully, but these errors were encountered: