1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-26 05:03:43 +00:00

librclone: add basic Python bindings with tests #4891

This commit is contained in:
Nick Craig-Wood
2021-04-28 16:53:35 +01:00
parent 665eceaec3
commit e33303df94
4 changed files with 144 additions and 1 deletions

View File

@@ -199,6 +199,7 @@ jobs:
run: |
make -C librclone/ctest test
make -C librclone/ctest clean
librclone/python/test_rclone.py
if: matrix.librclonetest
- name: Code quality test