Recommend libcloud.test.unittest as the unit testing package
Closes #677

Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/e3bb8380
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/e3bb8380
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/e3bb8380

Branch: refs/heads/trunk
Commit: e3bb83801e5c12fb4e66bed70e91353ad8323386
Parents: 7b5bf4f
Author: Mark S. Maglana <mmagl...@gmail.com>
Authored: Thu Jan 7 16:50:44 2016 -0800
Committer: anthony-shaw <anthony.p.s...@gmail.com>
Committed: Sat Jan 9 16:46:32 2016 +1100

----------------------------------------------------------------------
 docs/development.rst | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/e3bb8380/docs/development.rst
----------------------------------------------------------------------
diff --git a/docs/development.rst b/docs/development.rst
index de03c47..0a43186 100644
--- a/docs/development.rst
+++ b/docs/development.rst
@@ -318,6 +318,9 @@ For example:
 Make sure that all the code you have added or modified has appropriate test
 coverage. Also make sure all the tests including the existing ones still pass.
 
+Use ``libcloud.test.unittest`` as the unit testing package to ensure that
+your tests work with older versions of Python.
+
 For more information on how to write and run tests, please see
 :doc:`Testing page </testing>`.
 

Reply via email to