pybind11/tests
2022-06-28 00:20:53 -07:00
..
extra_python_package Add new header filename to CMakeLists.txt, test_files.py 2022-06-28 00:20:52 -07:00
extra_setuptools
pure_cpp Support loading unique_ptr<Derived> as unique_ptr<Base>. (#4031) 2022-06-27 22:21:28 -07:00
test_cmake_build
test_embed
class_sh_module_local_0.cpp
class_sh_module_local_1.cpp
class_sh_module_local_2.cpp
CMakeLists.txt Yet another attempt to handle valgrind behavior. 2022-06-28 00:20:53 -07:00
conftest.py Report PYBIND11_INTERNALS_ID & C++ Version from pytest_configure() 2022-06-28 00:20:51 -07:00
constructor_stats.h
cross_module_gil_utils.cpp chore: enable clang-tidy check modernize-use-nullptr (#3881) 2022-04-18 11:09:45 -04:00
cross_module_interleaved_error_already_set.cpp Add error_scope to detail::get_internals() (#3981) 2022-05-31 11:51:13 -07:00
env.py
local_bindings.h
object.h
pybind11_cross_module_tests.cpp
pybind11_tests.cpp Move cpp_version_in_use() from cast.h to pybind11_tests.cpp 2022-06-28 00:20:52 -07:00
pybind11_tests.h Replace PYBIND11_TYPE_CASTER_UNIQUE_IDENTIFIER with PYBIND11_TYPE_CASTER_SOURCE_FILE_LINE, baked into PYBIND11_TYPE_CASTER macro. 2022-06-28 00:20:51 -07:00
pytest.ini
requirements.txt
test_async.cpp Restore original test_async, test_buffers from current smart_holder HEAD 2022-06-28 00:20:50 -07:00
test_async.py Restore original test_async, test_buffers from current smart_holder HEAD 2022-06-28 00:20:50 -07:00
test_buffers.cpp Restore original test_async, test_buffers from current smart_holder HEAD 2022-06-28 00:20:50 -07:00
test_buffers.py Restore original test_async, test_buffers from current smart_holder HEAD 2022-06-28 00:20:50 -07:00
test_builtin_casters.cpp Replace PYBIND11_TYPE_CASTER_UNIQUE_IDENTIFIER with PYBIND11_TYPE_CASTER_SOURCE_FILE_LINE, baked into PYBIND11_TYPE_CASTER macro. 2022-06-28 00:20:51 -07:00
test_builtin_casters.py
test_call_policies.cpp
test_call_policies.py
test_callbacks.cpp
test_callbacks.py
test_chrono.cpp
test_chrono.py
test_class_sh_basic.cpp
test_class_sh_basic.py
test_class_sh_disowning_mi.cpp
test_class_sh_disowning_mi.py
test_class_sh_disowning.cpp
test_class_sh_disowning.py
test_class_sh_factory_constructors.cpp
test_class_sh_factory_constructors.py
test_class_sh_inheritance.cpp
test_class_sh_inheritance.py
test_class_sh_module_local.py
test_class_sh_property.cpp [smart_holder] .def_readonly, .def_readwrite adaptors (continuation of PR #3581). (#3844) 2022-05-17 16:35:43 -07:00
test_class_sh_property.py [smart_holder] .def_readonly, .def_readwrite adaptors (continuation of PR #3581). (#3844) 2022-05-17 16:35:43 -07:00
test_class_sh_shared_ptr_copy_move.cpp
test_class_sh_shared_ptr_copy_move.py
test_class_sh_trampoline_basic.cpp
test_class_sh_trampoline_basic.py
test_class_sh_trampoline_self_life_support.cpp
test_class_sh_trampoline_self_life_support.py
test_class_sh_trampoline_shared_from_this.cpp
test_class_sh_trampoline_shared_from_this.py
test_class_sh_trampoline_shared_ptr_cpp_arg.cpp
test_class_sh_trampoline_shared_ptr_cpp_arg.py
test_class_sh_trampoline_unique_ptr.cpp
test_class_sh_trampoline_unique_ptr.py
test_class_sh_unique_ptr_member.cpp
test_class_sh_unique_ptr_member.py
test_class_sh_virtual_py_cpp_mix.cpp
test_class_sh_virtual_py_cpp_mix.py
test_class_sh_void_ptr_capsule.cpp
test_class_sh_void_ptr_capsule.py
test_class.cpp
test_class.py
test_classh_mock.cpp
test_classh_mock.py
test_const_name.cpp
test_const_name.py
test_constants_and_functions.cpp enable two new clang-tidy checks (#3988) 2022-06-06 12:15:45 -04:00
test_constants_and_functions.py
test_copy_move.cpp Replace PYBIND11_TYPE_CASTER_UNIQUE_IDENTIFIER with PYBIND11_TYPE_CASTER_SOURCE_FILE_LINE, baked into PYBIND11_TYPE_CASTER macro. 2022-06-28 00:20:51 -07:00
test_copy_move.py Fix py::cast from pytype rvalue to pytype (#3949) 2022-05-16 13:51:01 -07:00
test_custom_type_casters.cpp Replace PYBIND11_TYPE_CASTER_UNIQUE_IDENTIFIER with PYBIND11_TYPE_CASTER_SOURCE_FILE_LINE, baked into PYBIND11_TYPE_CASTER macro. 2022-06-28 00:20:51 -07:00
test_custom_type_casters.py
test_custom_type_setup.cpp
test_custom_type_setup.py
test_docstring_options.cpp
test_docstring_options.py
test_eigen.cpp
test_eigen.py
test_enum.cpp
test_enum.py
test_eval_call.py
test_eval.cpp
test_eval.py
test_exceptions.cpp error_already_set::what() is now constructed lazily (#1895) 2022-06-02 16:17:38 -07:00
test_exceptions.h
test_exceptions.py error_already_set::what() is now constructed lazily (#1895) 2022-06-02 16:17:38 -07:00
test_factory_constructors.cpp
test_factory_constructors.py
test_gil_scoped.cpp
test_gil_scoped.py
test_iostream.cpp
test_iostream.py
test_kwargs_and_defaults.cpp
test_kwargs_and_defaults.py
test_local_bindings.cpp
test_local_bindings.py
test_methods_and_attributes.cpp Merge branch 'master' into sh_merge_master 2022-05-02 12:41:48 -07:00
test_methods_and_attributes.py Merge branch 'master' into sh_merge_master 2022-05-02 12:41:48 -07:00
test_modules.cpp Add missing error handling to module_::def_submodule (#3973) 2022-05-28 16:40:57 -07:00
test_modules.py Add missing error handling to module_::def_submodule (#3973) 2022-05-28 16:40:57 -07:00
test_multiple_inheritance.cpp
test_multiple_inheritance.py
test_numpy_array.cpp fix: avoid catch (...) for expected import numpy failures (#3974) 2022-05-26 11:07:40 -04:00
test_numpy_array.py
test_numpy_dtypes.cpp fix: avoid catch (...) for expected import numpy failures (#3974) 2022-05-26 11:07:40 -04:00
test_numpy_dtypes.py
test_numpy_vectorize.cpp fix: avoid catch (...) for expected import numpy failures (#3974) 2022-05-26 11:07:40 -04:00
test_numpy_vectorize.py
test_opaque_types.cpp
test_opaque_types.py
test_operator_overloading.cpp
test_operator_overloading.py
test_pickling.cpp Test pickling a simple callable (does not work). (#3906) 2022-05-02 12:39:36 -07:00
test_pickling.py Test pickling a simple callable (does not work). (#3906) 2022-05-02 12:39:36 -07:00
test_pytypes.cpp perf: Add object rvalue overload for accessors. Enables reference stealing (#3970) 2022-06-01 15:19:13 -04:00
test_pytypes.py perf: Add object rvalue overload for accessors. Enables reference stealing (#3970) 2022-06-01 15:19:13 -04:00
test_sequences_and_iterators.cpp
test_sequences_and_iterators.py
test_smart_ptr.cpp
test_smart_ptr.py
test_stl_binders.cpp
test_stl_binders.py
test_stl.cpp Merge branch 'master' into sh_merge_master 2022-06-01 14:39:51 -07:00
test_stl.py Merge branch 'master' into sh_merge_master 2022-05-05 16:12:58 -07:00
test_tagbased_polymorphic.cpp
test_tagbased_polymorphic.py
test_thread.cpp
test_thread.py
test_type_caster_odr_guard_1.cpp Apply clang-tidy suggestion. 2022-06-28 00:20:52 -07:00
test_type_caster_odr_guard_1.py Attempt to handle valgrind behavior. 2022-06-28 00:20:52 -07:00
test_type_caster_odr_guard_2.cpp Report UNEXPECTED: test_type_caster_odr_guard_2.cpp prevailed (but do not fail). 2022-06-28 00:20:52 -07:00
test_type_caster_odr_guard_2.py Report UNEXPECTED: test_type_caster_odr_guard_2.cpp prevailed (but do not fail). 2022-06-28 00:20:52 -07:00
test_union.cpp
test_union.py
test_virtual_functions.cpp load_type fixes & follow-on cleanup 2022-06-28 00:20:51 -07:00
test_virtual_functions.py load_type fixes & follow-on cleanup 2022-06-28 00:20:51 -07:00
valgrind-numpy-scipy.supp
valgrind-python.supp