mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
run integration tests with pytest
adds integration-tests directory
This commit is contained in:
5
integration-tests/test_hub.py
Normal file
5
integration-tests/test_hub.py
Normal file
@@ -0,0 +1,5 @@
|
||||
import requests
|
||||
|
||||
def test_hub_up():
|
||||
r = requests.get('http://127.0.0.1')
|
||||
r.raise_for_status()
|
||||
Reference in New Issue
Block a user