pybind11/tests/test_smart_holder_poc.py
2021-01-29 14:11:53 -08:00

9 lines
128 B
Python

# -*- coding: utf-8 -*-
import pytest
from pybind11_tests import smart_holder_poc as m
def test_exercise():
m.exercise()