TestsΒΆ

This code includes unit tests. To run the tests:

cd /path/to/cmislib/tests
Edit cmislibtest.py
Set REPOSITORY_URL, USERNAME, PASSWORD
python cmislibtest.py

Note

http://cmis.alfresco.com is a freely-available, hosted CMIS service. If you want to use that for testing, the URL is http://cmis.alfresco.com/s/cmis and the username and password are admin/admin.

If everything goes well, you should see:

Ran X tests in 3.607s

OK

Note

Until the CMIS specification is ratified, and depending on the implementation of the CMIS provider, you may see errors or failures instead of ‘OK’. See the Known Issues page on the cmislib wiki for a list of known test failures by CMIS provider.

Previous topic

Developer Guide

Next topic

Documentation

This Page