def test_sample_website(): assert hello_world() == '<h1>yo man!</h1>'
def test_sample_website(): assert hello_world() == '<h1>Hello, Flask!</h1>'
def test_sample_website(): assert hello_world() == '<h1>Hello, Rodrigo!</h1>'
def test_sample_website(): assert "Hello" in hello_world()
def test_sample_website(): assert hello_world() == '<h1>Hello, Lennart!</h1>'
from sample_website.website import hello_world def test_sample_website(): <<<<<<< HEAD assert hello_world() == '<h1>Hello, Jhonathan!</h1>' ======= assert hello_world() == '<h1>Hello, Class!</h1>' >>>>>>> upstream/main
def test_sample_website(): assert hello_world() == '<h1>Hello, Nicholas!</h1>'