pybind11/tests/test_class_sh_shared_ptr_co...

20 lines
267 B
Python
Raw Normal View History

2021-06-19 14:35:20 +00:00
# -*- coding: utf-8 -*-
from pybind11_tests import class_sh_shared_ptr_copy_move as m
def test_avl_copy():
m.test_avl_copy()
def test_def_copy():
m.test_def_copy()
def test_avl_move():
m.test_avl_move()
def test_def_move():
m.test_def_move()