pybind11/tests/test_smart_holder_poc.py
2021-02-09 06:47:04 -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()