From d704cfa60dc42cf8588cd51e2c4ea608519c806c Mon Sep 17 00:00:00 2001 From: Ines Montani Date: Mon, 16 Jan 2017 21:30:33 +0100 Subject: [PATCH] Fix typo --- spacy/tests/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spacy/tests/README.md b/spacy/tests/README.md index 7c73c79f9..489335153 100644 --- a/spacy/tests/README.md +++ b/spacy/tests/README.md @@ -2,7 +2,7 @@ # spaCy tests -spaCy uses [pytest](http://doc.pytest.org/) framework for testing. For more info on this, see the [pytest documentation](http://docs.pytest.org/en/latest/contents.html). +spaCy uses the [pytest](http://doc.pytest.org/) framework for testing. For more info on this, see the [pytest documentation](http://docs.pytest.org/en/latest/contents.html). Tests for spaCy modules and classes live in their own directories of the same name. For example, tests for the `Tokenizer` can be found in [`/tests/tokenizer`](tokenizer). All test modules (i.e. directories) also need to be listed in spaCy's [`setup.py`](../setup.py). To be interpreted and run, all test files and test functions need to be prefixed with `test_`.