Hi,
I am developing a custom integration and need to write unit tests using pytest framework for an action.
However, my action starts by importing Siemplify modules and they cannot be found in my local environment. On the other end, I cannot run the unit tests on the SOAR IDE.
Is there any way that I can get some .whl file for siemplify-sdk or any way that I can download and install the siemplify package locally ?
Thanks.
Solved! Go to Solution.
Hi, in the following link you can find the official repo: GitHub - chronicle/soar-sdk.
Maybe you can import this files to do some tests 😉
Hi, in the following link you can find the official repo: GitHub - chronicle/soar-sdk.
Maybe you can import this files to do some tests 😉
Hi @bsalvatore Thanks for the reference. I am using this currently, but need to add these files to my project. However, I was expecting if the package directly is available, then it would be a really convinent way to test.
Thanks for the suggestion though, working on it currently. 😊