Example #1
0
def create_post(step):
    assert  Microposts.exists(id_post=world.micropost.id_post)
Example #2
0
def text_length(step):
    assert Microposts.validateLength(world.micropost.text)