mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-14 09:34:46 +00:00
9 lines
128 B
Python
9 lines
128 B
Python
# -*- coding: utf-8 -*-
|
|
import pytest
|
|
|
|
from pybind11_tests import smart_holder_poc as m
|
|
|
|
|
|
def test_exercise():
|
|
m.exercise()
|