X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osm_common%2Ftests%2Ftest_dbmemory.py;h=9a0e7492d0b9ed6cd99625afc5eca35abf705acf;hb=3dd0db6efaab109fa1bd43395fbbddecf1eb73d4;hp=3c4552783fa5b67b2d2f739b28ce26496052861e;hpb=3d82ba2cc4c3ebb340a88400aaa4a8d3683806a1;p=osm%2Fcommon.git diff --git a/osm_common/tests/test_dbmemory.py b/osm_common/tests/test_dbmemory.py index 3c45527..9a0e749 100644 --- a/osm_common/tests/test_dbmemory.py +++ b/osm_common/tests/test_dbmemory.py @@ -16,17 +16,15 @@ # For those usages not covered by the Apache License, Version 2.0 please # contact: esousa@whitestack.com or alfonso.tiernosepulveda@telefonica.com ## - +from copy import deepcopy import http import logging -import pytest import unittest -from unittest.mock import Mock +from unittest.mock import MagicMock, Mock -from unittest.mock import MagicMock from osm_common.dbbase import DbException from osm_common.dbmemory import DbMemory -from copy import deepcopy +import pytest __author__ = "Eduardo Sousa "