aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/messagebus/rain_check/test/TestRainCheck.py
blob: 398ae8e2a65f6cf4e973e672c641c895137bb55a (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 TestMessageBus3(UnitTestGroup):
    def __init__(self, context):
        UnitTestGroup.__init__(self, context, 'MessageBus', 'library-messagebus-rain_check-test-ut')