"src/models/jiuge_awq/jiuge_awq.cpp" did not exist on "c3d5efa5718de76de16038901d0fbc120811400b"
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()