From 057f9c02894c05de4d1d4fc1f93ba86ec6bea96d Mon Sep 17 00:00:00 2001 From: Victor Shyba Date: Wed, 26 Aug 2015 17:48:57 -0300 Subject: [tests] fix variable name from refactor From: [refactor] removing getters and setters from couch.py _couch_url was a private variable with getter and setter doing the same as a public variable. It is accessed all over the code, so being private with getters and setters didnt make sense. This commit fixes the tests to also follow this style from now on. --- client/changes/refactor_improve_http_target | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 client/changes/refactor_improve_http_target (limited to 'client/changes/refactor_improve_http_target') diff --git a/client/changes/refactor_improve_http_target b/client/changes/refactor_improve_http_target new file mode 100644 index 00000000..a8fe5f60 --- /dev/null +++ b/client/changes/refactor_improve_http_target @@ -0,0 +1,3 @@ + o Split http_target into 4 modules, separating those responsibilities. + o Refactor details of making an HTTP request body and headers out of the + send/fetch logic. This also makes it easier to enable batching. -- cgit v1.2.3