aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/messagebus/rain_check/test/TestRainCheck.py
blob: 92ed727b62e7d5ce8eb5ff4f5240a3051d53ccd4 (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')