mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
19 lines
588 B
Diff
19 lines
588 B
Diff
|
Skip unicode docstring test, required when running on Python 2.
|
||
|
|
||
|
See <https://github.com/wolever/parameterized/issues/44>.
|
||
|
|
||
|
--- a/parameterized/test.py
|
||
|
+++ b/parameterized/test.py
|
||
|
@@ -284,11 +284,6 @@
|
||
|
" 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"""
|