Пример #1
0
def test_get_rule():
    assert get_conditions('test') == {
        'action': ActionCondition,
        'foo': FooCondition,
        'bar': BarCondition
    }
Пример #2
0
def test_get_rule():
    assert get_conditions('test') == {'action': ActionCondition, 'foo': FooCondition, 'bar': BarCondition}