Files
the-littlest-jupyterhub/integration-tests/test_hub.py
Min RK 7b1efbf16e run integration tests with pytest
adds integration-tests directory
2018-07-16 17:58:14 -07:00

6 lines
102 B
Python

import requests
def test_hub_up():
r = requests.get('http://127.0.0.1')
r.raise_for_status()