fix broken link to test suite models

This commit is contained in:
Hassan Shamim 2018-01-30 15:01:01 -08:00
parent 4046823699
commit a0b912c528

View File

@ -238,7 +238,7 @@ p
python -m pytest <spacy-directory> --models --en # basic and English model tests python -m pytest <spacy-directory> --models --en # basic and English model tests
+infobox("Note on 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 | 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 | 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 | for each model. The easiest way to find out which models and model