Files
windmill/python-client/tests/README.md
Guillaume Bouvignies ba5af7d069 feat: Various minor improvements for S3 DX (#2760)
* feat: Various minor improvements for S3 DX

* Fix openAPI yaml

* Remove unused imports
2023-12-04 13:20:04 +01:00

13 lines
466 B
Markdown

Testing pythong wmill client
============================
Make sure you have a local windmill BE running and listening on localhost:8000 (either using cargo run or via the docker compose).
Install the local package to your virtual env:
```bash
cd ./wmill
pip3 install .
```
Then you can run go to `wmill_client_test.py` and add a Token and Workspace if necessary. You can then implement your own test calling any function in the wmill client and test its output.