Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | py3: Fix encoding and use sys.stdin.buffer | Sirushti Murugesan | 2016-07-25 | 1 | -0/+8 |
| | | | | | | | | | * exc.py: Encode body in response before calling replace over it. * http.py: prepend the bytes literal to the empty string or else we hit bug 1342080 again in python 3. * utils.py: Use sys.stdin.buffer in python 3. Change-Id: Ieefb8c633658e507486438e5518c5d53e819027d | ||||
* | Move unit tests to standard directory | Stuart McLaren | 2015-04-18 | 1 | -0/+70 |
This patch moves the glanceclient unit tests to the standard directory (xxxclient/tests/unit) in preparation for adding functional gate tests 'check-glanceclient-dsvm-functional' in the same vein as existing client tests for other projects, eg: * check-novaclient-dsvm-functional * check-keystoneclient-dsvm-functional * check-neutronclient-dsvm-functional Change-Id: I29d4b9e3a428c851575ee9afde40d6df583456c4 |