[Solved ✅] How to test local tool ?
I have built a local tool with 2 actions following the same pattern the other tools are built.
Now i want to test it, how to go about this ?
Things that i did:
- Have setup the project in venv and was able to run make commands successfully
- Built pdf tool along with 2 actions
- Have run all the commands for Code formatting and Linters across code
1 Reply
Nice. You can run
composio apps update
And you should be able to import them in your program to test them out similar to other Composio tools.