diff --git a/website/usage/_install/_instructions.jade b/website/usage/_install/_instructions.jade index 66c60da32..aeab67d2f 100644 --- a/website/usage/_install/_instructions.jade +++ b/website/usage/_install/_instructions.jade @@ -238,7 +238,7 @@ p python -m pytest <spacy-directory> --models --en # basic and English model tests +infobox("Note on model tests", "⚠️") - | The test suite specifies a #[+a(gh("spacy", "tests/conftest.py")) list of models] + | The test suite specifies a #[+a(gh("spacy", "spacy/tests/conftest.py")) list of models] | to run the tests on. If a model is not installed, the tests will be | skipped. If all models are installed, the respective tests will run once | for each model. The easiest way to find out which models and model