aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/messagebus/test/TestMessageBus.py
blob: 01b84ae11ec7e6df49bceb88787cb8c48dbf34bd (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')