mirror of
https://github.com/pybind/pybind11.git
synced 2025-01-31 23:30:30 +00:00
Add tests/test_wip.cpp,py (empty)
This commit is contained in:
parent
8b0b377fc1
commit
ced85c95b1
3
tests/test_wip.cpp
Normal file
3
tests/test_wip.cpp
Normal file
@ -0,0 +1,3 @@
|
||||
#include "pybind11_tests.h"
|
||||
|
||||
TEST_SUBMODULE(wip, m) { m.attr("__doc__") = "WIP"; }
|
7
tests/test_wip.py
Normal file
7
tests/test_wip.py
Normal file
@ -0,0 +1,7 @@
|
||||
from __future__ import annotations
|
||||
|
||||
from pybind11_tests import wip as m
|
||||
|
||||
|
||||
def test_doc():
|
||||
assert m.__doc__ == "WIP"
|
Loading…
Reference in New Issue
Block a user