spaCy/spacy/tests/tokenizer
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 add __init__.py to empty package dirs 2016-03-14 11:28:03 +01:00
sun.txt Move text file back to tokenizer tests directory 2017-01-12 02:10:23 +01:00
test_exceptions.py Excuse emoji failure on narrow unicode builds 2017-09-16 16:21:13 +02:00
test_naughty_strings.py Add simple "naughty strings" test (see #1107) 2017-06-06 17:43:51 +02:00
test_tokenizer.py Remove unused utf8open util and replace os.path with ensure_path 2017-04-16 20:37:45 +02:00
test_urls.py Update tests for pytest 4.x (#2965) 2018-11-26 18:14:57 +01:00
test_whitespace.py Move non-English-specific tests back to general tokenizer tests 2017-01-05 18:09:29 +01:00