summaryrefslogtreecommitdiff
path: root/keystoneclient/tests/unit/test_ec2utils.py
Commit message (Collapse)AuthorAgeFilesLines
* Unit tests catch deprecated function usageBrant Knudson2015-06-301-0/+2
| | | | | | | | | | Rather than continue to call deprecated functions without knowing it, have the unit tests fail when deprecated function is used. This will ensure that code isn't added that calls deprecated functions. Change-Id: If9f58e30a08a88778e4ae3fc01399ad90997e812
* Move tests to the unit subdirectoryJamie Lennox2015-02-111-0/+262
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