summaryrefslogtreecommitdiff
path: root/keystoneclient/tests/unit/test_https.py
Commit message (Collapse)AuthorAgeFilesLines
* Move tests to the unit subdirectoryJamie Lennox2015-02-111-0/+107
Move all the existing tests to the unit/ subdirectory. This gives us some room to add a functional/ directory later with other tests. Change-Id: I0fb8d5b628eb8ee1f35f05f42d0c0ac9f285e8c3 Implements: functional-testing