In [ ]:
from ghost import Ghost
ghost = Ghost()
In [ ]:
with ghost.start() as session:
page, resources = session.open("http://jeanphix.me")
assert page.http_status == 200 and 'jeanphix' in page.content