summaryrefslogtreecommitdiff
path: root/openstackclient/tests/unit/api/test_utils.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove code migrated to osc-lib long agoDean Troyer2019-05-161-115/+0
| | | | | | | | | * Remove openstackclient.api.utils and use osc_lib.api.utils * Remove openstackclient.common.clientmanager.ClientManager.auth_ref * Remove openstackclient.common.commandmanager Change-Id: I67e1dbc53cc0b37967c0011bcb2fc09bdef62d94 Signed-off-by: Dean Troyer <dtroyer@gmail.com>
* move unit tests to new "unit" test moduleSteve Martinelli2016-09-081-0/+115
this will better isolate the unit tests from the functional tests. unfortunately, the "integration" tests had to be lumped into the "unit" tests since we need the separation in testr.conf Change-Id: Ifd12198c1f90e4e3c951c73bfa1884ab300d8ded