Developing ZSL¶
Documentation¶
Creating the documentation is easy. The requirements for generating documentation are in documentation extra of zsl. Just install sphinx and the mentioned dependencies if required and perform the following.
$ tox -e docs
Running ZSL unit tests¶
To run all of the ZSL unit tests one should start
$ tox
To run only a selected test, e.g. tests in tests.resource.guarded_resource_test:
$ cd zsl
$ python -m unittest tests.resource.guarded_resource_test