Add pytest info

This commit is contained in:
Ayaz Salikhov
2021-06-26 15:21:20 +03:00
parent 466a5fb661
commit a93c13a8aa

View File

@@ -2,6 +2,9 @@
We test our images using `pytest` module.
`conftest.py` and `pytest.ini` in the root of our repository define the environment in which tests are run.
More info on pytest can be found [here](https://docs.pytest.org/en/latest/reference/index.html).
There are two kinds of tests we use:
- General tests - these are located in [this](https://github.com/jupyter/docker-stacks/blob/master/test) folder