Files
amq-adapter-python/tests/test_amq_configuration.py
T
Stanislav Hejny 1afb0e0565
Unit test coverage / pytest (push) Failing after 3h13m32s
#16 - add unittest for backpressure_handler and logging_utils
2025-05-09 22:15:11 +01:00

13 lines
245 B
Python

class AMQConfigurationTest:
def test_amqadapter(self):
assert False
def test_dispatch(self):
assert False
def test_backpressure(self):
assert False
def test_amqconfiguration(self):
assert False