File: drop-TestUnicodeDocString.patch

package info (click to toggle)
python-parameterized 0.8.1-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 388 kB
  • sloc: python: 914; makefile: 3
file content (16 lines) | stat: -rw-r--r-- 403 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- a/parameterized/test.py
+++ b/parameterized/test.py
@@ -548,13 +548,3 @@
             self.foo,
             self.bar,
         ))
-
-
-class TestUnicodeDocstring(object):
-    @parameterized.expand([
-        'value1',
-        'vålüé¡'
-    ])
-    def test_with_docstring(self, param):
-        """ Это док-стринг, содержащий не-ascii символы """
-        pass