def test_get_rule(): assert get_conditions('test') == { 'action': ActionCondition, 'foo': FooCondition, 'bar': BarCondition }
def test_get_rule(): assert get_conditions('test') == {'action': ActionCondition, 'foo': FooCondition, 'bar': BarCondition}