aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/messagebus/test/TestMessageBus.py
blob: 4173c9866e43d109cca1cbc42506573e28c26a0a (plain) (blame)
1
2
3
4
5
6
7
8
from devtools.fleur.ytest import group, constraint
from devtools.fleur.ytest.integration import UnitTestGroup

@group
@constraint('library.messagebus')
class TestMessageBus(UnitTestGroup): 
    def __init__(self, context):
        UnitTestGroup.__init__(self, context, 'MessageBus', 'library-messagebus-test-ut')