Apply suggestions from code review

Co-authored-by: Tania Allard <taniar.allard@gmail.com>
This commit is contained in:
Ayaz Salikhov
2022-05-18 19:30:39 +03:00
committed by GitHub
parent 927cbf8cfb
commit 1936d7356a
2 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ We greatly appreciate pull requests that extend the automated tests that vet the
## How the Tests Work
A [GitHub Action workflow](https://github.com/jupyter/docker-stacks/blob/master/.github/workflows/docker.yml)
runs tests against pull requests submitted to the `jupyter/docker-stacks` repository:
runs tests against pull requests submitted to the `jupyter/docker-stacks` repository.
We use `pytest` module to run tests on the image.
`conftest.py` and `pytest.ini` in the `tests` folder define the environment in which tests are run.