pybind11/tests/test_wip.py

8 lines
120 B
Python
Raw Normal View History

2024-06-29 17:55:25 +00:00
from __future__ import annotations
from pybind11_tests import wip as m
def test_doc():
assert m.__doc__ == "WIP"