Files
amq-adapter-python/tests/test_amq_configuration.py
Stanislav Hejny bc98351493
Unit test coverage / pytest (push) Failing after 3h11m10s
feat \#16 - add unittest for backpressure_handler and logging_utils
2025-05-12 01:06:39 +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