1
0
mirror of https://github.com/pybind/pybind11.git synced 2025-03-03 13:03:20 +00:00
pybind11/tests/test_classh_mock.py

12 lines
341 B
Python

from pybind11_tests import classh_mock as m
def test_foobar():
# Not really testing anything in particular. The main purpose of this test is to ensure the
# suggested BOILERPLATE code block in test_classh_mock.cpp is correct.
assert m.FooUc()
assert m.FooUp()
assert m.FooSa()
assert m.FooSc()
assert m.FooSp()