Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-21 | [pkg] fold in changes0.7.3 | Ivan Alejandro | |
2015-08-27 | [tests] fix variable name from refactor | Victor Shyba | |
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. |