all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob 14691e1904458f68ef3e19a61d77cca690246c2d 588 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
 
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"""

debug log:

solving 14691e1904 ...
found 14691e1904 in https://git.savannah.gnu.org/cgit/guix.git

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.