summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Hellmann <doug@doughellmann.com>2014-09-19 16:10:54 -0400
committerDoug Hellmann <doug@doughellmann.com>2014-09-19 16:10:54 -0400
commitb3610f0c7e169f207df279118bc6d1f5aecf45fa (patch)
tree2b4ed29fa6420984c9c1b0229daa7705394e83b1
parente81537667c46483289dd9cb20b1faa4b210b2bc6 (diff)
downloadoslotest-b3610f0c7e169f207df279118bc6d1f5aecf45fa.tar.gz
Add links to best practices video and etherpad
Sean, Jay, and Dan presented some tips for using mock safely. Change-Id: I92b27617eddb1a3beb79cf168939828f0f79c8a5
-rw-r--r--doc/source/index.rst1
-rw-r--r--doc/source/resources.rst10
2 files changed, 11 insertions, 0 deletions
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
+ <https://www.youtube.com/watch?v=jCWtLoSEfmw>`__ and `etherpad
+ <https://etherpad.openstack.org/p/obh-mock-best-practices>`__
+
+.. _Mock: http://www.voidspace.org.uk/python/mock/