We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73c98f0 commit 572ddb2Copy full SHA for 572ddb2
python/ipywidgets/ipywidgets/widgets/tests/test_docutils.py
@@ -15,7 +15,7 @@ def test_substitution(self):
15
def f():
16
""" Docstring with value {key} """
17
18
- assert f.__doc__ == " Docstring with value 62 "
+ assert "Docstring with value 62" in f.__doc__
19
20
def test_unused_keys(self):
21
snippets = {'key': '62', 'other-key': 'unused'}
@@ -24,4 +24,4 @@ def test_unused_keys(self):
24
25
26
27
0 commit comments