From a0b912c528c699ff346a89880672f7b3352d1248 Mon Sep 17 00:00:00 2001 From: Hassan Shamim Date: Tue, 30 Jan 2018 15:01:01 -0800 Subject: [PATCH] fix broken link to test suite models --- website/usage/_install/_instructions.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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