Files
Roderik-WU 90f4c64ee1 fix(python-client): add delete_s3_object (#8216)
* Implement remove_s3_file method

Add method to permanently delete a file from S3 bucket.

* Add test for removing S3 file

Added a test case to verify removal of a file from S3.

* Add remove_s3_file function to delete S3 files

Added a function to permanently delete a file from the S3 bucket.

* Rename remove_s3_file to remove_3_object

* Rename remove_3_object to remove_s3_object

* Rename test method and update S3 object handling

* Rename remove_s3_object to delete_s3_object

* Rename test_remove_s3_object to test_delete_s3_object and remove_s3_object to delete_s3_object
2026-03-05 12:49:59 +00:00
..

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:

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.