Merge pull request #107 from gnuoy/update-global-readme

Add some pointers to docs etc in global readme
This commit is contained in:
Ryan Beisner
2018-08-09 10:32:58 -05:00
committed by GitHub
+7 -1
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```