mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-07 06:18:50 +00:00
Monotone-Parent: 2ce99ebf3ed3c4ae56f0d8eab897684b58f759de
Monotone-Revision: 65d93d27a238a5e86f0c7bc9fd3cbc658d5ee681 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2009-08-06T21:41:19 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -10,7 +10,9 @@ setup
|
||||
runnable scripts
|
||||
----------------
|
||||
|
||||
webdav-sync.py
|
||||
all.py - run all scripts below at once
|
||||
webdavsync.py
|
||||
davacl.py
|
||||
|
||||
other scripts
|
||||
-------------
|
||||
|
||||
9
Tests/all.py
Executable file
9
Tests/all.py
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/python
|
||||
|
||||
import unittest
|
||||
|
||||
from davacl import *
|
||||
from webdavsync import *
|
||||
|
||||
if __name__ == "__main__":
|
||||
unittest.main()
|
||||
Reference in New Issue
Block a user