Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create sequences using initializer list #2451

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Added double-line separator as per flake complaints.
  • Loading branch information
Giuseppe Corbelli committed Sep 3, 2020
commit d2b21d625aea04961912f053a99eb7fc7c6040bc
1 change: 1 addition & 0 deletions tests/test_pytypes.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ def test_constructors():
assert init_containers["tuple_multiset_int"] == (1, 1, 2, 3)
assert init_containers["tuple_set_strings"] == ("one", "three", "two")


def test_pybind11_str_raw_str():
# specifically to exercise pybind11::str::raw_str
cvt = m.convert_to_pybind11_str
Expand Down