From b3610f0c7e169f207df279118bc6d1f5aecf45fa Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Fri, 19 Sep 2014 16:10:54 -0400 Subject: [PATCH] Add links to best practices video and etherpad Sean, Jay, and Dan presented some tips for using mock safely. Change-Id: I92b27617eddb1a3beb79cf168939828f0f79c8a5 --- doc/source/index.rst | 1 + doc/source/resources.rst | 10 ++++++++++ 2 files changed, 11 insertions(+) create mode 100644 doc/source/resources.rst diff --git a/doc/source/index.rst b/doc/source/index.rst index 2538bc7..8795792 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -13,6 +13,7 @@ Contents api testing features + resources contributing Indices and tables diff --git a/doc/source/resources.rst b/doc/source/resources.rst new file mode 100644 index 0000000..d0b58c8 --- /dev/null +++ b/doc/source/resources.rst @@ -0,0 +1,10 @@ +======================== + Other Useful Resources +======================== + +* Mock_ library documentation +* OpenStack Bootstrapping Hour: Mock Best Practices: `video + `__ and `etherpad + `__ + +.. _Mock: http://www.voidspace.org.uk/python/mock/