You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by an...@apache.org on 2017/04/13 09:33:51 UTC

[45/46] libcloud git commit: add changes

add changes


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

Branch: refs/heads/trunk
Commit: f0e6d9b5c4d6caafd8c1138ff58185ff8f477e74
Parents: 4b84b73
Author: Anthony Shaw <an...@apache.org>
Authored: Thu Apr 13 14:49:55 2017 +1000
Committer: Anthony Shaw <an...@apache.org>
Committed: Thu Apr 13 14:49:55 2017 +1000

----------------------------------------------------------------------
 CHANGES.rst | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/f0e6d9b5/CHANGES.rst
----------------------------------------------------------------------
diff --git a/CHANGES.rst b/CHANGES.rst
index 535b583..e6e1733 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -7,6 +7,12 @@ Changes in current version of Apache Libcloud
 Common
 ~~~~~~
 
+- Refactor the test classes to use the full libcloud.http and libcloud.common.base modules, with Connection,
+  Response all used with requests_mock. This increases our test coverages and catches bugs in drivers' custom
+  parse_body and auth modules
+  [GITHUB-1031]
+  (Anthony Shaw)
+
 - Rename libcloud.httplib_ssl to libcloud.http now that we don't use httplib
   [GITHUB-1028]
   (Anthony Shaw)