astronomy-commons / genesis-images

Customized JupyterHub and Jupyter images for Genesis Platform deployments
MIT License
1 stars 2 forks source link

Set up a unit test framework and CI #4

Open mjuric opened 4 years ago

mjuric commented 4 years ago

Implement continuous integration and testing:

Given we're testing whether software in a container behaves as expected, I'm not sure if there already are unit test conventions on how that is done? Having unit tests installed in the container, followed by docker run --rm -it pytest testdir -- might be as easy as that?