Skip to content
Snippets Groups Projects
Commit e34fc42f authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

SW-699: fixed test

parent 6b3e8f1f
No related branches found
No related tags found
No related merge requests found
......@@ -24,13 +24,14 @@
Test program for the module lofar.messaging.messagebus
"""
import re
import uuid
import unittest
import logging
from datetime import datetime
from lofar.messaging.messages import *
from lofar.messaging.messagebus import *
from lofar.messaging.messagebus import create_queue, create_exchange, create_binding, create_bound_queue, delete_exchange, delete_queue
from lofar.messaging.exceptions import MessageBusError
from lofar.common.datetimeutils import round_to_millisecond_precision
from time import sleep
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment