mirror of
https://github.com/thelsing/knx.git
synced 2026-02-23 13:50:35 +01:00
update pybind11
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
from __future__ import annotations
|
||||
|
||||
from pybind11_tests import unnamed_namespace_b as m
|
||||
|
||||
|
||||
def test_have_attr_any_struct():
|
||||
assert hasattr(m, "unnamed_namespace_b_any_struct")
|
||||
Reference in New Issue
Block a user