Example #1
0
def step_impl(context):
    assert_that(get_tag_by_id(context.tag_name).color_id, equal_to(context.color_number))
Example #2
0
def step_impl(context):
    assert_that(get_tag_by_id(context.tag_name).color_id, is_not(None))
Example #3
0
def step_impl(context):
    assert get_tag_by_id(context.tag_name)