TestsΒΆ
This code includes unit tests. To run the tests:
cd /path/to/cmislib/tests
Edit settings.py
Set REPOSITORY_URL, USERNAME, PASSWORD
Optionally, set TEST_ROOT_PATH and other settings to meet your needs
python cmislibtest.py
Note
See the wiki for other known CMIS test servers.
If everything goes well, you should see:
Ran X tests in 3.607s
OK
Note
Depending on the implementation of the CMIS provider, you may see errors or failures instead of ‘OK’.