Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
pybind11
Commits
0565a867
Commit
0565a867
authored
Sep 09, 2020
by
Ralf W. Grosse-Kunstleve
Browse files
Backing out changes originating from #2392.
parent
42258abc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
tests/test_pytypes.py
tests/test_pytypes.py
+0
-1
No files found.
tests/test_pytypes.py
View file @
0565a867
...
...
@@ -113,7 +113,6 @@ def test_str(doc):
assert
m
.
str_from_object
(
A
())
==
"this is a str"
assert
m
.
repr_from_object
(
A
())
==
"this is a repr"
assert
m
.
str_from_handle
(
A
())
==
"this is a str"
s1
,
s2
=
m
.
str_format
()
assert
s1
==
"1 + 2 = 3"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment