pybind11/tests/test_smart_holder_poc.py

9 lines
128 B
Python
Raw Normal View History

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