X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=utils%2Ftest%2Ftestapi%2Fopnfv_testapi%2Ftests%2Funit%2Fhandlers%2Ftest_result.py;fp=utils%2Ftest%2Ftestapi%2Fopnfv_testapi%2Ftests%2Funit%2Fresources%2Ftest_result.py;h=b9f9ede26f422e6034723f8c2ead09476279df3f;hb=a82ee29bc7349bc2f0ed54cfc0ac83e7607cb1cc;hp=6c1a07a911c92686a49f81b44f9c6ee53570c38c;hpb=690b3d6ea4882a44c0a7fcbfc9076db0debebfdf;p=releng.git diff --git a/utils/test/testapi/opnfv_testapi/tests/unit/resources/test_result.py b/utils/test/testapi/opnfv_testapi/tests/unit/handlers/test_result.py similarity index 98% rename from utils/test/testapi/opnfv_testapi/tests/unit/resources/test_result.py rename to utils/test/testapi/opnfv_testapi/tests/unit/handlers/test_result.py index 6c1a07a91..b9f9ede26 100644 --- a/utils/test/testapi/opnfv_testapi/tests/unit/resources/test_result.py +++ b/utils/test/testapi/opnfv_testapi/tests/unit/handlers/test_result.py @@ -15,12 +15,12 @@ import urllib import unittest from opnfv_testapi.common import message -from opnfv_testapi.resources import project_models -from opnfv_testapi.resources import result_models -from opnfv_testapi.resources import testcase_models +from opnfv_testapi.models import project_models +from opnfv_testapi.models import result_models +from opnfv_testapi.models import testcase_models from opnfv_testapi.tests.unit import executor from opnfv_testapi.tests.unit import fake_pymongo -from opnfv_testapi.tests.unit.resources import test_base as base +from opnfv_testapi.tests.unit.handlers import test_base as base class Details(object):