We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4cab02 commit 29cfe72Copy full SHA for 29cfe72
docs/pages/releasenotes.rst
@@ -5,6 +5,8 @@ What's New
5
6
These are new features and improvements of note in each release.
7
8
+.. include:: releasenotes/0.5.2.rst
9
+
10
.. include:: releasenotes/0.5.1.rst
11
12
.. include:: releasenotes/0.5.0.rst
pvops/tests/test_text.py
@@ -15,7 +15,7 @@ def test_text_remove_nondate_nums():
15
assert preprocess.text_remove_nondate_nums(example) == answer
16
17
18
-def test_text_remove_numbers_stopwords():
+def test_text_remove_numbers_stopwords(): # pragma: no cover
19
example = r"This is a test example 10% #10 101 1-1-1 13-1010 10.1 123456789 123/12 executed on 2/4/2020"
20
answer = r"This test example executed"
21
0 commit comments