Add some pointers to docs etc in global readme

This commit is contained in:
Liam Young
2018-08-09 15:51:04 +01:00
parent b277cd75d4
commit 0918582233

View File

@@ -1,5 +1,11 @@
# ZAZA
A Python3-only functional test framework for OpenStack Charms
A Python3-only functional test framework for OpenStack Charms.
Source code: https://github.com/openstack-charmers/zaza
Bug reports: https://github.com/openstack-charmers/zaza/issues
Documentation: https://zaza.readthedocs.io/en/latest/
#### Execute Python Unit Tests
```tox -e py3```