diff options
author | Victor Morales <victor.morales@intel.com> | 2017-09-18 09:55:52 -0700 |
---|---|---|
committer | Victor Morales <victor.morales@intel.com> | 2017-09-18 17:58:27 -0700 |
commit | d4d563eea97f94742800531fe702597c3545b9c4 (patch) | |
tree | a6357b92bef51eaef1728586d4ab22c65790d88d /.gitignore | |
parent | 2d2d9bed8b1990da7e0e763578684b0c1084c036 (diff) |
Refactor Service UTs
The Unit tests that covers the get function of Service resource was
generic, this change pretends to translate it to use cases.
Change-Id: Iaec6d0751b5501612aebb240423da750bd56abff
Signed-off-by: Victor Morales <victor.morales@intel.com>
Issue-Id: MULTICLOUD-83
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -8,4 +8,5 @@ logs/*.log .tox .coverage htmlcov/ - +.idea/ +mydatabase |