diff options
Diffstat (limited to 'tests/functional/synchronize.py')
-rw-r--r-- | tests/functional/synchronize.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/functional/synchronize.py b/tests/functional/synchronize.py new file mode 100644 index 0000000..7046db2 --- /dev/null +++ b/tests/functional/synchronize.py @@ -0,0 +1,6 @@ +from pykolab.auth import Auth + +def synchronize_once(): + auth = Auth() + auth.connect() + auth.synchronize(mode='_paged_search') |