Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
python-parameterized
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Debian Python Team
packages
python-parameterized
Commits
c12c65dc
Verified
Commit
c12c65dc
authored
3 years ago
by
Paul Gevers
Browse files
Options
Downloads
Patches
Plain Diff
Drop patch for test case that doesn't fail anymore
parent
44b8ed6a
No related branches found
No related tags found
1 merge request
!2
Add drop-TestUnicodeDocString.patch as the test fails with pytest
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/patches/Remove-unicode-docstring-test.patch
+0
-25
0 additions, 25 deletions
debian/patches/Remove-unicode-docstring-test.patch
debian/patches/series
+0
-1
0 additions, 1 deletion
debian/patches/series
with
0 additions
and
26 deletions
debian/patches/Remove-unicode-docstring-test.patch
deleted
100644 → 0
+
0
−
25
View file @
44b8ed6a
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"""
This diff is collapsed.
Click to expand it.
debian/patches/series
+
0
−
1
View file @
c12c65dc
Remove-unicode-docstring-test.patch
skip-failing-test.patch
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment