cassinyio / SwarmSpawner

This repo is deprecated. A spawner for JupyterHub
BSD 3-Clause "New" or "Revised" License
23 stars 36 forks source link

Add a simple automated test #26

Closed mckinsel closed 6 years ago

mckinsel commented 6 years ago

This PR adds a single, small automated test that runs on travis. The test itself just logs in to a hub, verifies it gets a 200 status code, and checks that the number of services in the swarm is incremented.

The bulk of the PR is fixtures and other supporting code needed to stage and execute the test.

barrachri commented 6 years ago

Thanks @mckinsel