mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-25 22:52:01 +00:00
8 lines
120 B
Python
8 lines
120 B
Python
|
from __future__ import annotations
|
||
|
|
||
|
from pybind11_tests import wip as m
|
||
|
|
||
|
|
||
|
def test_doc():
|
||
|
assert m.__doc__ == "WIP"
|