From 09185822336d74ff98e957336a64fbfc9950f260 Mon Sep 17 00:00:00 2001 From: Liam Young Date: Thu, 9 Aug 2018 15:51:04 +0100 Subject: [PATCH] Add some pointers to docs etc in global readme --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 38de19c..5194df8 100644 --- a/README.md +++ b/README.md @@ -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```