test_smart_holder_poc.py 128 Bytes
Newer Older
1
2
3
4
5
6
7
8
# -*- coding: utf-8 -*-
import pytest

from pybind11_tests import smart_holder_poc as m


def test_exercise():
    m.exercise()