summaryrefslogtreecommitdiff
path: root/novaclient/tests/unit/fixture_data/availability_zones.py
Commit message (Collapse)AuthorAgeFilesLines
* Clean up requests-mock usageJamie Lennox2016-10-051-6/+6
| | | | | | | | | | | In line with other clients testing we've found that having the requests-mock fixture at self.requests can be misleading for new people as it looks like you're calling requests itself. Also make use of some of the new features of requests-mock like query parsing, json handling, method names. Change-Id: Id61b88c53478d49f91c3f880ed5b90d638051ba0
* Move unit tests into unit test directoryJoe Gordon2015-01-271-0/+91
In order to pave the way for functional testing, move existing unit tests into a directory labeled unit. A subsequent patch will add a directory for functional tests. Change-Id: I0adb8b9f14451acb382c725d31f5387b4b6d82bb