summaryrefslogtreecommitdiff
path: root/glanceclient/tests/unit/test_exc.py
Commit message (Collapse)AuthorAgeFilesLines
* py3: Fix encoding and use sys.stdin.bufferSirushti Murugesan2016-07-251-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 directoryStuart McLaren2015-04-181-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