Beispiel #1
0
def test_blog_save():
    e = Entry(id=1, body="foo")
    e.save()
    e.refresh_from_db()