pybind11/tests
Ralf W. Grosse-Kunstleve d5e302ce46 Removing uses of env.PY2 and env.PY (no longer available).
smart_holder_type_casters.h tweaks:
    * Removing MSVC 2015 workaround.
    * Manually adding braces to pre-empt clang-tidy issue (involving `#ifdef`).
    * Removing `// clang-format off` & `on`.
    * One manual line break (moving comment above line).

Adding mypy type information for ubench/*.py
2022-02-14 18:51:58 -08:00
..
extra_python_package Merge branch 'master' into sh_merge_master_after_clang-format_etc 2022-02-14 14:36:08 -08:00
extra_setuptools chore: drop Python 3.5 (#3719) 2022-02-11 19:06:16 -05:00
pure_cpp clang-tidy fixes related to PR #3250 2021-09-08 22:05:23 -07:00
test_cmake_build chore: drop Python 3.5 (#3719) 2022-02-11 19:06:16 -05:00
test_embed Merge branch 'master' into sh_merge_master_after_clang-format_etc 2022-02-14 14:36:08 -08:00
CMakeLists.txt Merge branch 'master' into sh_merge_master_after_clang-format_etc 2022-02-14 14:36:08 -08:00
class_sh_module_local_0.cpp Adding py::smart_holder (for smart-pointer interoperability). (#2672) 2021-02-23 21:50:42 -08:00
class_sh_module_local_1.cpp Adding py::smart_holder (for smart-pointer interoperability). (#2672) 2021-02-23 21:50:42 -08:00
class_sh_module_local_2.cpp Adding py::smart_holder (for smart-pointer interoperability). (#2672) 2021-02-23 21:50:42 -08:00
conftest.py Python 2 removal part 1: tests (C++ code is intentionally ~untouched) (#3688) 2022-02-10 18:28:08 -08:00
constructor_stats.h Fully-automatic clang-format with include reordering (#3713) 2022-02-10 12:17:07 -08:00
cross_module_gil_utils.cpp Python 2 removal part 1: tests (C++ code is intentionally ~untouched) (#3688) 2022-02-10 18:28:08 -08:00
env.py Python 2 removal part 1: tests (C++ code is intentionally ~untouched) (#3688) 2022-02-10 18:28:08 -08:00
local_bindings.h Fully-automatic clang-format with include reordering (#3713) 2022-02-10 12:17:07 -08:00
object.h Fully-automatic clang-format with include reordering (#3713) 2022-02-10 12:17:07 -08:00
pybind11_cross_module_tests.cpp Fully-automatic clang-format with include reordering (#3713) 2022-02-10 12:17:07 -08:00
pybind11_tests.cpp Fully-automatic clang-format with include reordering (#3713) 2022-02-10 12:17:07 -08:00
pybind11_tests.h Dropping MSVC 2015 (#3722) 2022-02-14 11:36:22 -08:00
pytest.ini chore: drop Python 3.5 (#3719) 2022-02-11 19:06:16 -05:00
requirements.txt chore: drop Python 3.5 (#3719) 2022-02-11 19:06:16 -05:00
test_async.cpp Fully-automatic clang-format with include reordering (#3713) 2022-02-10 12:17:07 -08:00
test_async.py Python 2 removal part 1: tests (C++ code is intentionally ~untouched) (#3688) 2022-02-10 18:28:08 -08:00
test_buffers.cpp Fully-automatic clang-format with include reordering (#3713) 2022-02-10 12:17:07 -08:00
test_buffers.py Python 2 removal part 1: tests (C++ code is intentionally ~untouched) (#3688) 2022-02-10 18:28:08 -08:00
test_builtin_casters.cpp Python 2 removal part 1: tests (C++ code is intentionally ~untouched) (#3688) 2022-02-10 18:28:08 -08:00
test_builtin_casters.py chore: drop Python 3.5 (#3719) 2022-02-11 19:06:16 -05:00
test_call_policies.cpp Fully-automatic clang-format with include reordering (#3713) 2022-02-10 12:17:07 -08:00
test_call_policies.py Python 2 removal part 1: tests (C++ code is intentionally ~untouched) (#3688) 2022-02-10 18:28:08 -08:00
test_callbacks.cpp Fully-automatic clang-format with include reordering (#3713) 2022-02-10 12:17:07 -08:00
test_callbacks.py chore: drop Python 3.5 (#3719) 2022-02-11 19:06:16 -05:00
test_chrono.cpp Fully-automatic clang-format with include reordering (#3713) 2022-02-10 12:17:07 -08:00
test_chrono.py chore: drop Python 3.5 (#3719) 2022-02-11 19:06:16 -05:00
test_class.cpp Merge branch 'master' into sh_merge_master_after_clang-format_etc 2022-02-14 14:36:08 -08:00
test_class.py Python 2 removal part 1: tests (C++ code is intentionally ~untouched) (#3688) 2022-02-10 18:28:08 -08:00
test_class_sh_basic.cpp fix: names of types held by smart holder should be the actual type (#3588) 2022-01-03 15:46:13 -08:00
test_class_sh_basic.py fix: names of types held by smart holder should be the actual type (#3588) 2022-01-03 15:46:13 -08:00
test_class_sh_disowning.cpp clang-tidy fixes related to PR #3250 2021-09-08 22:05:23 -07:00
test_class_sh_disowning.py Adding reclaim_disowned logic & miscellaneous naming and documentation improvements. (#2943) 2021-04-09 23:08:44 -07:00
test_class_sh_disowning_mi.cpp clang-tidy fixes related to PR #3250 2021-09-08 22:05:23 -07:00
test_class_sh_disowning_mi.py Removing uses of env.PY2 and env.PY (no longer available). 2022-02-14 18:51:58 -08:00
test_class_sh_factory_constructors.cpp Follow-on to PR #3148 (cang-tidy). 2021-07-27 16:18:30 -07:00
test_class_sh_factory_constructors.py Adding py::smart_holder (for smart-pointer interoperability). (#2672) 2021-02-23 21:50:42 -08:00
test_class_sh_inheritance.cpp Follow-on to PR #3148 (cang-tidy). 2021-07-27 16:18:30 -07:00
test_class_sh_inheritance.py Adding py::smart_holder (for smart-pointer interoperability). (#2672) 2021-02-23 21:50:42 -08:00
test_class_sh_module_local.py Automatic isort fixes. 2021-08-14 08:34:52 -07:00
test_class_sh_shared_ptr_copy_move.cpp clang-tidy fixes related to PR #3250 2021-09-08 22:05:23 -07:00
test_class_sh_shared_ptr_copy_move.py SM, remove type annotations in test 2021-06-29 05:57:32 -07:00
test_class_sh_trampoline_basic.cpp clang-tidy fixes related to PR #3250 2021-09-08 22:05:23 -07:00
test_class_sh_trampoline_basic.py Adding reclaim_disowned logic & miscellaneous naming and documentation improvements. (#2943) 2021-04-09 23:08:44 -07:00
test_class_sh_trampoline_self_life_support.cpp Adding NOLINT related to https://github.com/pybind/pybind11/pull/3210 2021-08-26 16:19:39 -07:00
test_class_sh_trampoline_self_life_support.py Bug fix: trampoline_self_life_support CpCtor, MvCtor. (#2947) 2021-04-13 05:34:46 -07:00
test_class_sh_trampoline_shared_from_this.cpp clang-tidy fixes (mostly manual) related to PR #3166 2021-08-14 12:45:50 -07:00
test_class_sh_trampoline_shared_from_this.py Removing uses of env.PY2 and env.PY (no longer available). 2022-02-14 18:51:58 -08:00
test_class_sh_trampoline_shared_ptr_cpp_arg.cpp This was meant to be PR #3065: pure clang-format changes. NO manual changes. (#3073) 2021-07-02 16:51:24 -07:00
test_class_sh_trampoline_shared_ptr_cpp_arg.py Adding test_multiple_registered_instances_for_same_pointee_leak. Subtle changes in smart_holder_type_caster_load, trying to work on weak_ptr for shared_ptr_trampoline_self_life_support, but that didn't work out. Manually fully leak-checked again. 2021-06-30 07:04:31 -07:00
test_class_sh_trampoline_unique_ptr.cpp This was meant to be PR #3065: pure clang-format changes. NO manual changes. (#3073) 2021-07-02 16:51:24 -07:00
test_class_sh_trampoline_unique_ptr.py Adding reclaim_disowned logic & miscellaneous naming and documentation improvements. (#2943) 2021-04-09 23:08:44 -07:00
test_class_sh_unique_ptr_member.cpp This was meant to be PR #3065: pure clang-format changes. NO manual changes. (#3073) 2021-07-02 16:51:24 -07:00
test_class_sh_unique_ptr_member.py Changing cast_error("... Python instance was disowned.") to value_error (which changes RuntimeError to ValueError). (#2880) 2021-02-26 23:19:23 -08:00
test_class_sh_virtual_py_cpp_mix.cpp This was meant to be PR #3065: pure clang-format changes. NO manual changes. (#3073) 2021-07-02 16:51:24 -07:00
test_class_sh_virtual_py_cpp_mix.py Using `dynamic_cast<AliasType>` to determine `pointee_depends_on_holder_owner`. (#2910) 2021-03-19 12:18:39 -07:00
test_class_sh_void_ptr_capsule.cpp [smart_holder] Add missing test case to CMakeLists.txt (#3645) 2022-01-25 16:43:11 -08:00
test_class_sh_void_ptr_capsule.py [Smart holder] Support void pointer capsules (#3633) 2022-01-25 13:29:54 -08:00
test_classh_mock.cpp Bug fix: adding back `!is_alias<Class>(ptr)` that were accidentally omitted. (#2958) 2021-04-19 10:54:37 -07:00
test_classh_mock.py Bug fix: adding back `!is_alias<Class>(ptr)` that were accidentally omitted. (#2958) 2021-04-19 10:54:37 -07:00
test_const_name.cpp Dropping MSVC 2015 (#3722) 2022-02-14 11:36:22 -08:00
test_const_name.py Python 2 removal part 1: tests (C++ code is intentionally ~untouched) (#3688) 2022-02-10 18:28:08 -08:00
test_constants_and_functions.cpp Dropping MSVC 2015 (#3722) 2022-02-14 11:36:22 -08:00
test_constants_and_functions.py Python 2 removal part 1: tests (C++ code is intentionally ~untouched) (#3688) 2022-02-10 18:28:08 -08:00
test_copy_move.cpp Fully-automatic clang-format with include reordering (#3713) 2022-02-10 12:17:07 -08:00
test_copy_move.py Python 2 removal part 1: tests (C++ code is intentionally ~untouched) (#3688) 2022-02-10 18:28:08 -08:00
test_custom_type_casters.cpp Fully-automatic clang-format with include reordering (#3713) 2022-02-10 12:17:07 -08:00
test_custom_type_casters.py Python 2 removal part 1: tests (C++ code is intentionally ~untouched) (#3688) 2022-02-10 18:28:08 -08:00
test_custom_type_setup.cpp Add `custom_type_setup` attribute (#3287) 2021-09-24 12:08:22 -07:00
test_custom_type_setup.py Python 2 removal part 1: tests (C++ code is intentionally ~untouched) (#3688) 2022-02-10 18:28:08 -08:00
test_docstring_options.cpp Fully-automatic clang-format with include reordering (#3713) 2022-02-10 12:17:07 -08:00
test_docstring_options.py Python 2 removal part 1: tests (C++ code is intentionally ~untouched) (#3688) 2022-02-10 18:28:08 -08:00
test_eigen.cpp Dropping MSVC 2015 (#3722) 2022-02-14 11:36:22 -08:00
test_eigen.py chore: drop Python 3.5 (#3719) 2022-02-11 19:06:16 -05:00
test_enum.cpp Fully-automatic clang-format with include reordering (#3713) 2022-02-10 12:17:07 -08:00
test_enum.py Python 2 removal part 1: tests (C++ code is intentionally ~untouched) (#3688) 2022-02-10 18:28:08 -08:00
test_eval.cpp Fully-automatic clang-format with include reordering (#3713) 2022-02-10 12:17:07 -08:00
test_eval.py Python 2 removal part 1: tests (C++ code is intentionally ~untouched) (#3688) 2022-02-10 18:28:08 -08:00
test_eval_call.py Python 2 removal part 1: tests (C++ code is intentionally ~untouched) (#3688) 2022-02-10 18:28:08 -08:00
test_exceptions.cpp Python 2 removal part 1: tests (C++ code is intentionally ~untouched) (#3688) 2022-02-10 18:28:08 -08:00
test_exceptions.h Fully-automatic clang-format with include reordering (#3713) 2022-02-10 12:17:07 -08:00
test_exceptions.py chore: drop Python 3.5 (#3719) 2022-02-11 19:06:16 -05:00
test_factory_constructors.cpp Merge branch 'master' into sh_merge_master_after_clang-format_etc 2022-02-14 14:36:08 -08:00
test_factory_constructors.py Merge branch 'master' into sh_merge_master_after_clang-format_etc 2022-02-14 14:36:08 -08:00
test_gil_scoped.cpp Fully-automatic clang-format with include reordering (#3713) 2022-02-10 12:17:07 -08:00
test_gil_scoped.py Python 2 removal part 1: tests (C++ code is intentionally ~untouched) (#3688) 2022-02-10 18:28:08 -08:00
test_iostream.cpp Dropping MSVC 2015 (#3722) 2022-02-14 11:36:22 -08:00
test_iostream.py Python 2 removal part 1: tests (C++ code is intentionally ~untouched) (#3688) 2022-02-10 18:28:08 -08:00
test_kwargs_and_defaults.cpp Fully-automatic clang-format with include reordering (#3713) 2022-02-10 12:17:07 -08:00
test_kwargs_and_defaults.py Python 2 removal part 1: tests (C++ code is intentionally ~untouched) (#3688) 2022-02-10 18:28:08 -08:00
test_local_bindings.cpp Fully-automatic clang-format with include reordering (#3713) 2022-02-10 12:17:07 -08:00
test_local_bindings.py Python 2 removal part 1: tests (C++ code is intentionally ~untouched) (#3688) 2022-02-10 18:28:08 -08:00
test_methods_and_attributes.cpp Merge branch 'master' into sh_merge_master_after_clang-format_etc 2022-02-14 14:36:08 -08:00
test_methods_and_attributes.py Merge branch 'master' into sh_merge_master_after_clang-format_etc 2022-02-14 14:36:08 -08:00
test_modules.cpp Fully-automatic clang-format with include reordering (#3713) 2022-02-10 12:17:07 -08:00
test_modules.py Python 2 removal part 1: tests (C++ code is intentionally ~untouched) (#3688) 2022-02-10 18:28:08 -08:00
test_multiple_inheritance.cpp Merge branch 'master' into sh_merge_master_after_clang-format_etc 2022-02-14 14:36:08 -08:00
test_multiple_inheritance.py Python 2 removal part 1: tests (C++ code is intentionally ~untouched) (#3688) 2022-02-10 18:28:08 -08:00
test_numpy_array.cpp Fully-automatic clang-format with include reordering (#3713) 2022-02-10 12:17:07 -08:00
test_numpy_array.py chore: drop Python 3.5 (#3719) 2022-02-11 19:06:16 -05:00
test_numpy_dtypes.cpp Fully-automatic clang-format with include reordering (#3713) 2022-02-10 12:17:07 -08:00
test_numpy_dtypes.py chore: drop Python 3.5 (#3719) 2022-02-11 19:06:16 -05:00
test_numpy_vectorize.cpp Fully-automatic clang-format with include reordering (#3713) 2022-02-10 12:17:07 -08:00
test_numpy_vectorize.py Python 2 removal part 1: tests (C++ code is intentionally ~untouched) (#3688) 2022-02-10 18:28:08 -08:00
test_opaque_types.cpp Fully-automatic clang-format with include reordering (#3713) 2022-02-10 12:17:07 -08:00
test_opaque_types.py chore: drop Python 3.5 (#3719) 2022-02-11 19:06:16 -05:00
test_operator_overloading.cpp Fully-automatic clang-format with include reordering (#3713) 2022-02-10 12:17:07 -08:00
test_operator_overloading.py Python 2 removal part 1: tests (C++ code is intentionally ~untouched) (#3688) 2022-02-10 18:28:08 -08:00
test_pickling.cpp Fully-automatic clang-format with include reordering (#3713) 2022-02-10 12:17:07 -08:00
test_pickling.py Python 2 removal part 1: tests (C++ code is intentionally ~untouched) (#3688) 2022-02-10 18:28:08 -08:00
test_pytypes.cpp Python 2 removal part 1: tests (C++ code is intentionally ~untouched) (#3688) 2022-02-10 18:28:08 -08:00
test_pytypes.py chore: drop Python 3.5 (#3719) 2022-02-11 19:06:16 -05:00
test_sequences_and_iterators.cpp docs: Correct minor typos (#3721) 2022-02-11 10:42:48 -05:00
test_sequences_and_iterators.py chore: drop Python 3.5 (#3719) 2022-02-11 19:06:16 -05:00
test_smart_ptr.cpp Merge branch 'master' into sh_merge_master_after_clang-format_etc 2022-02-14 14:36:08 -08:00
test_smart_ptr.py Merge branch 'master' into sh_merge_master_after_clang-format_etc 2022-02-14 14:36:08 -08:00
test_stl.cpp Dropping MSVC 2015 (#3722) 2022-02-14 11:36:22 -08:00
test_stl.py Python 2 removal part 1: tests (C++ code is intentionally ~untouched) (#3688) 2022-02-10 18:28:08 -08:00
test_stl_binders.cpp Fully-automatic clang-format with include reordering (#3713) 2022-02-10 12:17:07 -08:00
test_stl_binders.py Python 2 removal part 1: tests (C++ code is intentionally ~untouched) (#3688) 2022-02-10 18:28:08 -08:00
test_tagbased_polymorphic.cpp Fully-automatic clang-format with include reordering (#3713) 2022-02-10 12:17:07 -08:00
test_tagbased_polymorphic.py Python 2 removal part 1: tests (C++ code is intentionally ~untouched) (#3688) 2022-02-10 18:28:08 -08:00
test_thread.cpp Fully-automatic clang-format with include reordering (#3713) 2022-02-10 12:17:07 -08:00
test_thread.py Python 2 removal part 1: tests (C++ code is intentionally ~untouched) (#3688) 2022-02-10 18:28:08 -08:00
test_union.cpp Fix assertion failure for unions (#1685) (#1709) 2019-06-11 23:28:58 +02:00
test_union.py Python 2 removal part 1: tests (C++ code is intentionally ~untouched) (#3688) 2022-02-10 18:28:08 -08:00
test_virtual_functions.cpp Merge branch 'master' into sh_merge_master_after_clang-format_etc 2022-02-14 14:36:08 -08:00
test_virtual_functions.py chore: drop Python 3.5 (#3719) 2022-02-11 19:06:16 -05:00
valgrind-numpy-scipy.supp docs: fix various typos (#3075) 2021-07-04 19:58:35 -04:00
valgrind-python.supp chore: get PyPy 3.7 wheels using NumPy 1.20 (#2837) 2021-01-31 17:29:09 -05:00