swig/Examples/test-suite/python
William S Fulton 2fc0edc4fd Instantiation of C++11 variadic function templates
Complete support for C++11 variadic function templates. Support was previously limited
to just one template parameter. Now zero or more template parameters are supported
in the %template instantiation.
2023-01-03 22:38:46 +00:00
..
abstract_access_runme.py autopep8 cleanup of Examples/test-suite/python 2015-05-08 21:35:52 -04:00
abstract_basecast_runme.py Test ability to manipulate a daughter class from its base class wrapper 2022-02-12 19:40:03 -05:00
abstract_typedef2_runme.py
abstract_typedef_runme.py
abstract_virtual_runme.py
argcargvtest_runme.py Remove print statements from Python tests 2020-08-13 21:22:47 +01:00
array_member_runme.py Convert python tests using 2to3 2020-08-15 00:16:04 +01:00
arrays_global_runme.py
autodoc_runme.py Move low level static methods 2022-03-18 11:10:14 +01:00
callback_runme.py Add Python testcase for testing flatstaticmethod syntax 2022-01-15 00:05:06 +00:00
catches_strings_runme.py std::string throws typemaps 2022-09-19 09:09:29 +01:00
ccomplextest_runme.py Quieten ccomplextest 2020-10-10 15:21:13 +01:00
char_binary_runme.py Convert python tests using 2to3 2020-08-15 00:16:04 +01:00
class_ignore_runme.py The great merge 2002-11-30 22:01:28 +00:00
class_scope_weird_runme.py added more cases 2005-10-17 13:43:35 +00:00
comment_verifier.py
compactdefaultargs_runme.py
complextest_runme.py Split C complex.h from C++ complex testing 2020-10-10 15:01:29 +01:00
constant_directive_runme.py fix handling of function pointers by %constant directive 2016-03-24 11:22:51 +01:00
constover_runme.py Remove print statements from Python tests 2020-08-13 21:22:47 +01:00
constructor_copy_runme.py
constructor_rename_runme.py fix regression of Python constructor renaming introduced by py3k work 2010-04-25 14:07:14 +00:00
contract_runme.py Update Python tests to not use flatstaticmethod access 2022-01-14 22:48:11 +00:00
cpp11_alternate_function_syntax_runme.py Convert python tests using 2to3 2020-08-15 00:16:04 +01:00
cpp11_decltype_runme.py Test cases fix 2022-11-26 10:04:35 +00:00
cpp11_final_class_runme.py Remove some final testing 2022-10-06 21:51:18 +01:00
cpp11_final_directors_runme.py
cpp11_function_objects_runme.py
cpp11_hash_tables_runme.py Convert python tests using 2to3 2020-08-15 00:16:04 +01:00
cpp11_initializer_list_extend_runme.py
cpp11_initializer_list_runme.py
cpp11_move_only_runme.py Performance optimisation for parameters passed by value that are C++11 movable. 2022-07-08 17:41:15 +01:00
cpp11_move_typemaps_runme.py Provide SWIGTYPE MOVE typemaps in swigmove.i 2022-09-16 08:36:25 +01:00
cpp11_null_pointer_constant_runme.py Convert python tests using 2to3 2020-08-15 00:16:04 +01:00
cpp11_raw_string_literals_runme.py Convert python tests using 2to3 2020-08-15 00:16:04 +01:00
cpp11_ref_qualifiers_runme.py
cpp11_ref_qualifiers_rvalue_unignore_runme.py
cpp11_result_of_runme.py Convert python tests using 2to3 2020-08-15 00:16:04 +01:00
cpp11_rvalue_reference_move_runme.py rvalue reference outputs 2022-09-08 08:46:32 +01:00
cpp11_rvalue_reference_runme.py rvalue reference outputs 2022-09-08 08:46:32 +01:00
cpp11_shared_ptr_overload_runme.py
cpp11_shared_ptr_template_upcast_runme.py
cpp11_shared_ptr_upcast_runme.py Port Ruby test of vector<shared_ptr<>> to Python 2020-02-13 19:21:30 +00:00
cpp11_std_array_runme.py Convert python tests using 2to3 2020-08-15 00:16:04 +01:00
cpp11_std_unique_ptr_runme.py Add missing typecheck typemaps for std::auto_ptr and std::unique_ptr 2022-09-17 10:23:51 +01:00
cpp11_strongly_typed_enumerations_runme.py
cpp11_template_explicit_runme.py [python] Replace uses of assert in testsuite 2022-01-30 13:38:56 +13:00
cpp11_template_typedefs_runme.py
cpp11_thread_local_runme.py
cpp11_type_aliasing_runme.py
cpp11_type_traits_runme.py
cpp11_uniform_initialization_runme.py Convert python tests using 2to3 2020-08-15 00:16:04 +01:00
cpp11_variadic_function_templates_runme.py Instantiation of C++11 variadic function templates 2023-01-03 22:38:46 +00:00
cpp11_variadic_templates_runme.py Support multiple arguments in variadic templates. 2022-12-22 21:23:39 +00:00
cpp14_binary_integer_literals_runme.py Add tests for binary integer literal constants 2022-07-26 15:28:51 +12:00
cpp17_hex_floating_literals_runme.py
cpp17_nested_namespaces_runme.py
cpp17_u8_char_literals_runme.py Test-suite: Unify string quoting in the Python sources 2019-07-14 12:58:21 +10:00
cpp20_spaceship_operator_runme.py cpp20_spaceship_operator_runme.py: Check ALIEN value 2022-08-05 04:53:15 +12:00
cpp_enum_runme.py Remove print statements from Python tests 2020-08-13 21:22:47 +01:00
cpp_namespace_runme.py
cpp_parameters_runme.py
cpp_static_runme.py
default_arg_values_runme.py
default_args_c_runme.py
default_args_runme.py Update Python tests to not use flatstaticmethod access 2022-01-14 22:48:11 +00:00
default_constructor_runme.py Remove further print statements from Python tests 2020-08-13 21:47:20 +01:00
director_abstract_runme.py Update Python tests to not use flatstaticmethod access 2022-01-14 22:48:11 +00:00
director_alternating_runme.py Convert python tests using 2to3 2020-08-15 00:16:04 +01:00
director_basic_runme.py Update Python tests to not use flatstaticmethod access 2022-01-14 22:48:11 +00:00
director_classic_runme.py Fix incorrect director_classic_runme.py test 2015-10-10 01:26:29 +01:00
director_comparison_operators_runme.py Convert python tests using 2to3 2020-08-15 00:16:04 +01:00
director_default_runme.py added missing test 2004-11-08 06:12:07 +00:00
director_detect_runme.py Convert python tests using 2to3 2020-08-15 00:16:04 +01:00
director_enum_runme.py
director_exception_runme.py Convert python tests using 2to3 2020-08-15 00:16:04 +01:00
director_extend_runme.py Convert python tests using 2to3 2020-08-15 00:16:04 +01:00
director_finalizer_runme.py autopep8 cleanup of Examples/test-suite/python 2015-05-08 21:35:52 -04:00
director_frob_runme.py Convert python tests using 2to3 2020-08-15 00:16:04 +01:00
director_keywords_runme.py
director_multiple_inheritance_runme.py [python] Fix inheriting from multiple director classes 2022-07-20 14:18:49 +12:00
director_nested_runme.py Update Python tests to not use flatstaticmethod access 2022-01-14 22:48:11 +00:00
director_pass_by_value_runme.py Performance optimisation for directors for classes passed by value 2022-07-04 11:19:29 +01:00
director_profile_runme.py Remove print statements from Python tests 2020-08-13 21:22:47 +01:00
director_property_runme.py More director const std::string& testing and C# leak fix 2022-02-13 23:00:04 +00:00
director_protected_runme.py Convert python tests using 2to3 2020-08-15 00:16:04 +01:00
director_smartptr_runme.py Convert python tests using 2to3 2020-08-15 00:16:04 +01:00
director_stl_runme.py
director_string_runme.py Remove print statements from Python tests 2020-08-13 21:22:47 +01:00
director_thread_runme.py Remove print statements from Python tests 2020-08-13 21:22:47 +01:00
director_unroll_runme.py Remove print statements from Python tests 2020-08-13 21:22:47 +01:00
director_wstring_runme.py Add C# wchar_t * director typemaps 2022-05-04 21:37:47 +01:00
disown_runme.py autopep8 cleanup of Examples/test-suite/python 2015-05-08 21:35:52 -04:00
doxygen_alias_runme.py Correct python example headers 2018-05-25 23:35:28 +01:00
doxygen_autodoc_docstring_runme.py doxygen_autodoc_docstring test fix for Python builtin 2022-04-06 22:33:17 +01:00
doxygen_basic_notranslate_runme.py Fix Java doxygen:notranslate for single line comments 2018-06-16 21:23:12 +01:00
doxygen_basic_translate_runme.py Merge branch 'Issue-1643' 2020-01-16 18:54:47 +00:00
doxygen_basic_translate_style2_runme.py Flag optional arguments in doxygen pydoc output 2019-08-07 16:42:39 -05:00
doxygen_basic_translate_style3_runme.py Correct recently expanded testcase from a merge for doxygen default parameter support 2020-01-16 19:49:16 +00:00
doxygen_code_blocks_runme.py
doxygen_ignore_runme.py Correct python example headers 2018-05-25 23:35:28 +01:00
doxygen_misc_constructs_runme.py Fix generated Python code for Doxygen comments with triple quotes 2020-03-04 00:57:31 +01:00
doxygen_parsing_runme.py
doxygen_translate_all_tags_runme.py Fix for missing space after \endlink in doxygen 2020-05-02 18:42:55 -05:00
doxygen_translate_links_runme.py
doxygen_translate_runme.py Doxygen Java fix quoting for \image command 2022-10-06 00:29:03 +01:00
dynamic_cast_runme.py Remove print statements from Python tests 2020-08-13 21:22:47 +01:00
empty_c_runme.py
empty_runme.py
enum_forward_runme.py
enum_template_runme.py
enums_runme.py autopep8 cleanup of Examples/test-suite/python 2015-05-08 21:35:52 -04:00
exception_classname_runme.py
exception_order_runme.py Convert python tests using 2to3 2020-08-15 00:16:04 +01:00
extend_placement_runme.py autopep8 cleanup of Examples/test-suite/python 2015-05-08 21:35:52 -04:00
extend_template_method_runme.py
extend_template_ns_runme.py The great merge 2002-11-30 22:01:28 +00:00
extend_template_runme.py
extend_variable_runme.py
extern_c_runme.py Remove assertions from python test cases 2022-02-14 10:33:10 +13:00
file_test_runme.py autopep8 cleanup of Examples/test-suite/python 2015-05-08 21:35:52 -04:00
final_c_runme.py Add support for parsing C++11 final classes 2022-10-05 22:42:17 +01:00
friends_runme.py Fix friends_runme.* 2022-07-22 17:50:47 +12:00
funcptr_cpp_runme.py
functors_runme.py
fvirtual_runme.py Convert python tests using 2to3 2020-08-15 00:16:04 +01:00
global_functions_runme.py Convert python tests using 2to3 2020-08-15 00:16:04 +01:00
global_namespace_runme.py
global_ns_arg_runme.py
global_vars_runme.py Convert python tests using 2to3 2020-08-15 00:16:04 +01:00
grouping_runme.py This commit contains all changes to the regression tests which 2011-01-30 04:13:58 +00:00
hugemod.pl Merged the Python 3.0 support branch. The merging progress is not so smooth, so hope this commit won't make anything broken. 2008-09-11 17:18:07 +00:00
iadd_runme.py autopep8 cleanup of Examples/test-suite/python 2015-05-08 21:35:52 -04:00
ignore_parameter_runme.py Fix warning and improve description of ignore_parameter test 2022-02-27 18:15:39 +13:00
implicittest_runme.py
import_nomodule_runme.py autopep8 cleanup of Examples/test-suite/python 2015-05-08 21:35:52 -04:00
import_stl_runme.py Convert python tests using 2to3 2020-08-15 00:16:04 +01:00
imports_runme.py
inctest_runme.py Remove print statements from Python tests 2020-08-13 21:22:47 +01:00
inherit_missing_runme.py Remove print statements from Python tests 2020-08-13 21:22:47 +01:00
inout_runme.py
inplaceadd_runme.py Remove print statements from Python tests 2020-08-13 21:22:47 +01:00
input_runme.py
keyword_rename_c_runme.py
keyword_rename_runme.py
kwargs_feature_runme.py [Python] Add missing Python kwargs builtin support 2022-01-14 23:00:42 +00:00
langobj_runme.py
li_attribute_runme.py Fix typos in attribute2ref() in Lib/typemaps/attribute.swg 2021-02-09 09:21:14 -07:00
li_attribute_template_runme.py Remove print statements from Python tests 2020-08-13 21:22:47 +01:00
li_boost_shared_ptr_bits_runme.py
li_boost_shared_ptr_director_runme.py [python] Replace uses of assert in testsuite 2022-01-30 13:38:56 +13:00
li_boost_shared_ptr_runme.py Add test of null shared pointers emitted from C++ 2022-02-12 19:40:03 -05:00
li_boost_shared_ptr_template_runme.py
li_carrays_cpp_runme.py
li_carrays_runme.py
li_cdata_cpp_runme.py
li_cdata_runme.py
li_cmalloc_runme.py
li_cpointer_cpp_runme.py
li_cpointer_runme.py
li_cstring_runme.py Remove print statements from Python tests 2020-08-13 21:22:47 +01:00
li_cwstring_runme.py Convert python test scripts to be Python 2 and 3 compatible 2020-08-15 00:09:31 +01:00
li_factory_runme.py Update Python tests to not use flatstaticmethod access 2022-01-14 22:48:11 +00:00
li_implicit_runme.py Convert python tests using 2to3 2020-08-15 00:16:04 +01:00
li_std_auto_ptr_runme.py Add missing typecheck typemaps for std::auto_ptr and std::unique_ptr 2022-09-17 10:23:51 +01:00
li_std_carray_runme.py
li_std_containers_int_runme.py Convert python tests using 2to3 2020-08-15 00:16:04 +01:00
li_std_containers_overload_runme.py Python STL container method overloading fix 2019-08-06 19:36:14 +01:00
li_std_except_as_class_runme.py
li_std_map_member_runme.py autopep8 cleanup of Examples/test-suite/python 2015-05-08 21:35:52 -04:00
li_std_map_runme.py Convert python tests using 2to3 2020-08-15 00:16:04 +01:00
li_std_pair_extra_runme.py autopep8 cleanup of Examples/test-suite/python 2015-05-08 21:35:52 -04:00
li_std_pair_runme.py Add basic std::pair Python testing 2020-08-13 16:06:48 +01:00
li_std_pair_using_runme.py
li_std_set_runme.py Convert python tests using 2to3 2020-08-15 00:16:04 +01:00
li_std_stream_runme.py Remove print statements from Python tests 2020-08-13 21:22:47 +01:00
li_std_string_extra_runme.py Fixes for deprecated std::basic_string::reserve() 2022-07-31 01:02:08 +01:00
li_std_vector_back_reference_runme.py
li_std_vector_enum_runme.py Convert python tests using 2to3 2020-08-15 00:16:04 +01:00
li_std_vector_extra_runme.py Convert python tests using 2to3 2020-08-15 00:16:04 +01:00
li_std_vector_ptr_runme.py
li_std_vector_runme.py
li_std_wstream_runme.py Convert python test scripts to be Python 2 and 3 compatible 2020-08-15 00:09:31 +01:00
li_std_wstring_inherit_runme.py Convert python test scripts to be Python 2 and 3 compatible 2020-08-15 00:09:31 +01:00
li_std_wstring_runme.py Add test for wchar_t members to li_std_string.i 2020-09-12 17:04:28 +01:00
Makefile.in Add machinery for C++14, C++17 and C++20 testing 2022-07-26 15:28:51 +12:00
member_pointer_const_runme.py
member_pointer_runme.py
memberin_extend_c_runme.py
minherit_runme.py Convert python tests using 2to3 2020-08-15 00:16:04 +01:00
mod_runme.py
multi_import_runme.py
multivalue_runme.py [python] Add multivalue_runme.py 2022-01-21 11:10:30 +13:00
name_warnings_runme.py Remove assertions from python test cases 2022-02-14 10:33:10 +13:00
namespace_class_runme.py Convert python tests using 2to3 2020-08-15 00:16:04 +01:00
namespace_typemap_runme.py
namespace_virtual_method_runme.py
naturalvar_runme.py
nested_in_template_runme.py
nested_runme.py
nested_template_base_runme.py
nested_workaround_runme.py
not_c_keywords_runme.py complex can now be used as an identifier 2020-10-10 16:07:55 +01:00
operator_overload_runme.py Update Python tests to not use flatstaticmethod access 2022-01-14 22:48:11 +00:00
operbool_runme.py
overload_bool_runme.py autopep8 cleanup of Examples/test-suite/python 2015-05-08 21:35:52 -04:00
overload_complicated_runme.py Convert python tests using 2to3 2020-08-15 00:16:04 +01:00
overload_copy_runme.py The great merge 2002-11-30 22:01:28 +00:00
overload_extend2_runme.py rename overload_extendc testcase 2016-02-21 18:04:04 +00:00
overload_extend_c_runme.py Duplicate tests that are run twice as both C and C++ tests to fix parallel make: overload_extend 2016-02-21 19:24:11 +00:00
overload_extend_runme.py autopep8 cleanup of Examples/test-suite/python 2015-05-08 21:35:52 -04:00
overload_null_runme.py Shorten testcase variable names for Scilab 6 to work 2021-11-15 22:45:56 +00:00
overload_numeric_runme.py
overload_rename_runme.py
overload_simple_runme.py Update Python tests to not use flatstaticmethod access 2022-01-14 22:48:11 +00:00
overload_subtype_runme.py Convert python tests using 2to3 2020-08-15 00:16:04 +01:00
overload_template_fast_runme.py Convert python tests using 2to3 2020-08-15 00:16:04 +01:00
overload_template_runme.py Update Python tests to not use flatstaticmethod access 2022-01-14 22:48:11 +00:00
pointer_reference_runme.py Convert python tests using 2to3 2020-08-15 00:16:04 +01:00
preproc_cpp_runme.py preproc_cpp test for testing preprocessor and C++ 2021-12-22 19:06:00 +00:00
preproc_defined_runme.py
preproc_gcc_output_runme.py
preproc_include_runme.py
preproc_runme.py
primitive_ref_runme.py
primitive_types_runme.py Revert 2to3 modification 2020-08-15 23:50:31 +01:00
profiletest_runme.py
profiletestc_runme.py autopep8 cleanup of Examples/test-suite/python 2015-05-08 21:35:52 -04:00
python_abstractbase_runme.py Add Python < 3.3 support for pyabc.i 2022-03-23 07:58:01 +00:00
python_annotations_c_runme.py Turn on Python annotations testing again 2022-02-28 19:40:35 +00:00
python_annotations_variable_c_runme.py Add support for Python variable annotations as a feature. 2022-03-02 19:33:03 +00:00
python_append_runme.py Fixing setting this in Python when using __slots__ 2020-02-06 07:08:16 +00:00
python_builtin_runme.py Convert python tests using 2to3 2020-08-15 00:16:04 +01:00
python_destructor_exception_runme.py Convert two tests to work with both Python 2 and 3 2020-08-13 23:34:28 +01:00
python_docstring_runme.py
python_extranative_runme.py
python_flatstaticmethod_runme.py Test -flatstaticmethod and %extend 2022-03-21 19:23:15 +00:00
python_moduleimport_runme.py
python_nondynamic_runme.py Drop is_python_modern() in testcase 2022-01-26 12:30:44 +13:00
python_overload_simple_cast_runme.py Update Python tests to not use flatstaticmethod access 2022-01-14 22:48:11 +00:00
python_pickle_runme.py Rename debug in testcases to trace 2022-08-20 15:09:23 +01:00
python_pybuffer_runme.py Update python_pybuffer_runme.py syntax for working under both python 2 and 3 2020-10-07 22:41:04 +01:00
python_pythoncode_runme.py
python_richcompare_runme.py Convert python tests using 2to3 2020-08-15 00:16:04 +01:00
python_runtime_data_runme.py Different capsule names for builtin changes entry 2022-03-26 15:06:13 +00:00
python_strict_unicode_runme.py Python 3.2 syntax error fixes in tests 2020-08-15 23:51:40 +01:00
python_threads_runme.py
python_varargs_typemap_runme.py
pythonswig.supp
README Default to running tests with Python 3 2022-03-17 18:55:10 +13:00
refcount_runme.py Update Python tests to not use flatstaticmethod access 2022-01-14 22:48:11 +00:00
reference_global_vars_runme.py Test-suite: Unify string quoting in the Python sources 2019-07-14 12:58:21 +10:00
rename_pcre_encoder_runme.py autopep8 cleanup of Examples/test-suite/python 2015-05-08 21:35:52 -04:00
rename_predicates_runme.py autopep8 cleanup of Examples/test-suite/python 2015-05-08 21:35:52 -04:00
rename_rstrip_encoder_runme.py
rename_scope_runme.py add test for rename 2006-02-17 20:46:13 +00:00
rename_strip_encoder_runme.py
ret_by_value_runme.py add runme test 2004-10-02 02:31:30 +00:00
return_const_value_runme.py Update Python tests to not use flatstaticmethod access 2022-01-14 22:48:11 +00:00
smart_pointer_const_overload_runme.py
smart_pointer_extend_runme.py
smart_pointer_member_runme.py Remove print statements from Python tests 2020-08-13 21:22:47 +01:00
smart_pointer_multi_runme.py
smart_pointer_multi_typedef_runme.py
smart_pointer_not_runme.py Remove further print statements from Python tests 2020-08-13 21:47:20 +01:00
smart_pointer_overload_runme.py
smart_pointer_rename_runme.py
smart_pointer_simple_runme.py
smart_pointer_templatevariables_runme.py
smart_pointer_typedef_runme.py
sneaky1_runme.py autopep8 cleanup of Examples/test-suite/python 2015-05-08 21:35:52 -04:00
special_variable_macros_runme.py Allow referencing of typemap keywords inside of "$typemap(" 2022-02-25 10:52:33 -05:00
static_const_member_2_runme.py autopep8 cleanup of Examples/test-suite/python 2015-05-08 21:35:52 -04:00
std_containers_runme.py Convert python tests using 2to3 2020-08-15 00:16:04 +01:00
struct_initialization_runme.py
struct_rename_runme.py new test 2003-09-01 17:54:18 +00:00
struct_value_runme.py Convert python tests using 2to3 2020-08-15 00:16:04 +01:00
swigobject_runme.py Convert swigobject python test to be python 2 and 3 compatible 2020-08-14 23:27:35 +01:00
template_class_reuse_name_runme.py Allow an instantiated template to have the same name as the C++ template name 2017-09-29 23:28:04 +01:00
template_classes_runme.py Convert python tests using 2to3 2020-08-15 00:16:04 +01:00
template_construct_runme.py
template_default_arg_overloaded_extend_runme.py Testcase fix for R 2016-05-07 19:30:13 +01:00
template_default_arg_overloaded_runme.py Fix overloaded templates and default arguments 2015-10-11 17:30:34 +01:00
template_default_arg_runme.py Convert python tests using 2to3 2020-08-15 00:16:04 +01:00
template_default_cache_runme.py
template_extend1_runme.py new tests 2003-02-18 21:25:31 +00:00
template_extend2_runme.py new tests 2003-02-18 21:25:31 +00:00
template_inherit_runme.py
template_matrix_runme.py autopep8 cleanup of Examples/test-suite/python 2015-05-08 21:35:52 -04:00
template_ns4_runme.py
template_ns_runme.py autopep8 cleanup of Examples/test-suite/python 2015-05-08 21:35:52 -04:00
template_opaque_runme.py
template_ref_type_runme.py
template_rename_runme.py
template_static_runme.py Update Python tests to not use flatstaticmethod access 2022-01-14 22:48:11 +00:00
template_tbase_template_runme.py autopep8 cleanup of Examples/test-suite/python 2015-05-08 21:35:52 -04:00
template_template_parameters_runme.py Improved template template parameters support. 2022-12-02 19:16:02 +00:00
template_type_namespace_runme.py
template_typedef_cplx2_runme.py Remove print statements from Python tests 2020-08-13 21:22:47 +01:00
template_typedef_cplx3_runme.py
template_typedef_cplx4_runme.py
template_typedef_cplx_runme.py Remove print statements from Python tests 2020-08-13 21:22:47 +01:00
template_typedef_import_runme.py
template_typedef_runme.py Remove print statements from Python tests 2020-08-13 21:22:47 +01:00
template_typemaps_typedef2_runme.py Convert python tests using 2to3 2020-08-15 00:16:04 +01:00
template_typemaps_typedef_runme.py Convert python tests using 2to3 2020-08-15 00:16:04 +01:00
template_using_directive_typedef_runme.py
threads_exception_runme.py Convert python tests using 2to3 2020-08-15 00:16:04 +01:00
typedef_class_runme.py
typedef_classforward_same_name_runme.py
typedef_funcptr_runme.py
typedef_inherit_runme.py Polymorphism in R wrappers fixed for C++ structs 2022-10-24 08:56:55 +01:00
typedef_scope_runme.py Remove print statements from Python tests 2020-08-13 21:22:47 +01:00
typedef_typedef_runme.py
typemap_arrays_runme.py Convert python tests using 2to3 2020-08-15 00:16:04 +01:00
typemap_delete_runme.py
typemap_documentation_runme.py
typemap_namespace_runme.py
typemap_ns_using_runme.py
typemap_out_optimal_runme.py Rename debug in testcases to trace 2022-08-20 15:09:23 +01:00
typemap_qualifier_strip_runme.py
typemap_template_typedef_runme.py
typename_runme.py Convert python tests using 2to3 2020-08-15 00:16:04 +01:00
types_directive_runme.py
unicode_strings_runme.py Python 3.2 syntax error fixes in tests 2020-08-15 23:51:40 +01:00
unions_runme.py Remove print statements from Python tests 2020-08-13 21:22:47 +01:00
using1_runme.py
using2_runme.py
using_composition_runme.py Convert python tests using 2to3 2020-08-15 00:16:04 +01:00
using_extend_runme.py Convert python tests using 2to3 2020-08-15 00:16:04 +01:00
using_inherit_runme.py Convert python tests using 2to3 2020-08-15 00:16:04 +01:00
using_member_runme.py Using declarations in inheritance hierarchy improvements. 2022-02-26 12:46:06 +00:00
using_private_runme.py Convert python tests using 2to3 2020-08-15 00:16:04 +01:00
using_protected_runme.py Convert python tests using 2to3 2020-08-15 00:16:04 +01:00
varargs_overload_runme.py Convert python tests using 2to3 2020-08-15 00:16:04 +01:00
varargs_runme.py Python -builtin fix wrapping constructors with varargs 2021-03-23 23:57:49 +00:00
virtual_derivation_runme.py Convert python tests using 2to3 2020-08-15 00:16:04 +01:00
virtual_poly_runme.py Update Python tests to not use flatstaticmethod access 2022-01-14 22:48:11 +00:00
voidtest_runme.py Update Python tests to not use flatstaticmethod access 2022-01-14 22:48:11 +00:00
wrapmacro_runme.py

See ../README for common README file.

Any testcases which have _runme.py appended after the testcase name will be detected and run.

The _runme.py files needs to work for both Python 2.x and 3.x.

By default testcases are run with Python 3.  You can run make with PY2=1 to run test case with Python 2, eg.

  $ make voidtest.cpptest PY2=1