X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osm_common%2Ftests%2Ftest_msglocal.py;h=fb745867ae424897faac30e0b72e2fc0c4e215f0;hb=15ec83a20391bf91618952247023716218292d72;hp=95488859aee32008c42761bb5c78edb302eeac06;hpb=2644b76248a1b96f7a47013b414e31b4e3feecf8;p=osm%2Fcommon.git diff --git a/osm_common/tests/test_msglocal.py b/osm_common/tests/test_msglocal.py index 9548885..fb74586 100644 --- a/osm_common/tests/test_msglocal.py +++ b/osm_common/tests/test_msglocal.py @@ -19,18 +19,18 @@ import http import logging -import pytest -import tempfile -import shutil -import uuid import os -import yaml -import time +import shutil +import tempfile import threading - +import time from unittest.mock import MagicMock +import uuid + from osm_common.msgbase import MsgException from osm_common.msglocal import MsgLocal +import pytest +import yaml __author__ = "Eduardo Sousa "