spaCy/spacy/tests/lang/en
Ines Montani 968aff2f6a
Update tests for pytest 4.x (#2965)
<!--- Provide a general summary of your changes in the title. -->

## Description
- [x] Replace marks in params for pytest 4.0 compat ([see here](https://docs.pytest.org/en/latest/deprecations.html#marks-in-pytest-mark-parametrize))
- [x] Un-xfail passing tests (some fixes in a recent update resolved a bunch of issues, but tests were apparently never updated here)

### Types of change
<!-- What type of change does your PR cover? Is it a bug fix, an enhancement
or new feature, or a change to the documentation? -->

## Checklist
<!--- Before you submit the PR, go over this checklist and make sure you can
tick off all the boxes. [] -> [x] -->
- [x] I have submitted the spaCy Contributor Agreement.
- [x] I ran the tests, and all new and existing tests passed.
- [x] My changes don't require a change to the documentation, or if they do, I've added all required information.
2018-11-26 18:14:57 +01:00
..
__init__.py Remove imports in /lang/__init__.py 2017-05-08 23:58:07 +02:00
test_customized_tokenizer.py Port over changes from #1294 2017-10-14 13:28:46 +02:00
test_exceptions.py Update tests 2017-06-05 02:09:27 +02:00
test_indices.py Update model fixtures and reorganise tests 2017-05-29 22:14:31 +02:00
test_lemmatizer.py Fix lemmatizer tests 2017-11-03 19:46:34 +01:00
test_models.py Back-off to tensor for similarity if no vectors 2017-11-03 20:56:33 +01:00
test_ner.py Update tests 2017-06-05 02:09:27 +02:00
test_noun_chunks.py Fix noun chunks test 2017-06-05 16:39:04 +02:00
test_parser.py Port over changes from #1287 2017-10-14 13:16:21 +02:00
test_prefix_suffix_infix.py Move language-specific tests to tests/lang 2017-05-09 00:02:37 +02:00
test_punct.py Update model fixtures and reorganise tests 2017-05-29 22:14:31 +02:00
test_sbd.py Update tests for pytest 4.x (#2965) 2018-11-26 18:14:57 +01:00
test_tagger.py Drop six and related hacks as a dependency 2018-03-28 10:45:25 +02:00
test_text.py Update tests for pytest 4.x (#2965) 2018-11-26 18:14:57 +01:00