Apply suggestions from code review

Co-authored-by: Tania Allard <taniar.allard@gmail.com>
This commit is contained in:
Ayaz Salikhov
2022-02-02 16:18:28 +03:00
committed by GitHub
parent 359a660570
commit 9fa1a586fc
4 changed files with 5 additions and 5 deletions

View File

@@ -15,8 +15,8 @@ defined in the [conftest.py](https://github.com/jupyter/docker-stacks/blob/maste
## Unit tests
If you want to simply run a python script in one of our images, you could add a unit test.
Simply create `<somestack>-notebook/test/units/` directory, if it doesn't already exist and put your file there.
If you want to run a python script in one of our images, you could add a unit test.
You can do this by creating a `<somestack>-notebook/test/units/` directory, if it doesn't already exist and put your file there.
These file will run automatically when tests are run.
You could see an example for tensorflow package [here](https://github.com/jupyter/docker-stacks/blob/HEAD/tensorflow-notebook/test/units/unit_tensorflow.py).