From d4d563eea97f94742800531fe702597c3545b9c4 Mon Sep 17 00:00:00 2001 From: Victor Morales Date: Mon, 18 Sep 2017 09:55:52 -0700 Subject: 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 Issue-Id: MULTICLOUD-83 --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index e86d02b0..7d298bc4 100644 --- a/.gitignore +++ b/.gitignore @@ -8,4 +8,5 @@ logs/*.log .tox .coverage htmlcov/ - +.idea/ +mydatabase -- cgit 1.2.3-korg