Skip to content
Snippets Groups Projects
Verified Commit c12c65dc authored by Paul Gevers's avatar Paul Gevers
Browse files

Drop patch for test case that doesn't fail anymore

parent 44b8ed6a
No related branches found
No related tags found
1 merge request!2Add drop-TestUnicodeDocString.patch as the test fails with pytest
From: Ghislain Antony Vaillant <ghisvail@gmail.com>
Date: Sat, 21 Oct 2017 21:44:47 +0100
Subject: Remove unicode docstring test
Bug: https://github.com/wolever/parameterized/issues/44
---
parameterized/test.py | 5 -----
1 file changed, 5 deletions(-)
diff --git a/parameterized/test.py b/parameterized/test.py
index f98d865..d3aa419 100644
--- a/parameterized/test.py
+++ b/parameterized/test.py
@@ -287,11 +287,6 @@ class TestParameterizedExpandDocstring(TestCase):
" More" %(foo, )
)
- @parameterized.expand([param("foo")])
- def test_unicode_docstring(self, foo):
- u"""Döcumentation."""
- self._assert_docstring(u"Döcumentation [with foo=%r]." %(foo, ))
-
@parameterized.expand([param("foo", )])
def test_default_values_get_correct_value(self, foo, bar=12):
"""Documentation"""
Remove-unicode-docstring-test.patch
skip-failing-test.patch
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment