/
niceSOFT
/
swig
ОбзорДокументацияВойти
/
niceSOFT
/
swig
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
swig/
.../test-suite/python/
..
Makefile.in

[Python] Fix empty classes and imported bases in .pyi files

8 дней назад
README

Python: Drop sys.version_info<3 examples code

месяц назад
abstract_access_runme.py

autopep8 cleanup of Examples/test-suite/python

11 лет назад
abstract_basecast_runme.py

Test ability to manipulate a daughter class from its base class wrapper

4 года назад
abstract_typedef2_runme.py

autopep8 cleanup of Examples/test-suite/python

11 лет назад
abstract_typedef_runme.py

autopep8 cleanup of Examples/test-suite/python

11 лет назад
abstract_virtual_runme.py

Added test that shows a problem in the 'abstract detection method' when virtual base classes are used (in different order)

23 года назад
apply_typemap_typedefs_runme.py

%apply and typedefs improvement

2 года назад
argcargvtest_runme.py

Python: Drop sys.version_info<3 examples code

месяц назад
array_member_runme.py

Convert python tests using 2to3

6 лет назад
arrays_global_runme.py

autopep8 cleanup of Examples/test-suite/python

11 лет назад
autodoc_runme.py

[Python] Unify class docstring under -builtin with non-builtin

3 месяца назад
callback_runme.py

Remove obsolete debug line from callback_runme.py

3 года назад
catches_strings_runme.py

std::string throws typemaps

4 года назад
cbooltest_runme.py

Add support for C99 _Bool

2 года назад
ccomplextest_runme.py

Quieten ccomplextest

6 лет назад
char_binary_rev_len_runme.py

Add typecheck.

год назад
char_binary_runme.py

Remove commented out testcase line

3 года назад
char_strings_runme.py

Add char *& string typemaps to all languages and char_strings runme parity

месяц назад
charptr_fragment_runme.py

Pass SWIG_FromCharPtrAndSize and friends on to the C compiler

13 дней назад
class_ignore_runme.py

The great merge

24 года назад
class_scope_weird_runme.py

added more cases

21 год назад
comment_verifier.py

Test-suite: Unify string quoting in the Python sources

7 лет назад
compactdefaultargs_runme.py

Add tests for Python -builtin -O and compactdefaultargs and update changes file

10 лет назад
complextest_runme.py

Split C complex.h from C++ complex testing

6 лет назад
constant_directive_runme.py

fix handling of function pointers by %constant directive

10 лет назад
constover_runme.py

Remove print statements from Python tests

6 лет назад
constructor_copy_non_const_runme.py

Fix %copyctor used on class hierarchies with non-const copy constructor

3 года назад
constructor_copy_runme.py

autopep8 cleanup of Examples/test-suite/python

11 лет назад
constructor_rename_runme.py

[Python] Fix alternate constructors with -builtin

8 дней назад
contract_runme.py

Update Python tests to not use flatstaticmethod access

5 лет назад
copyctor_runme.py

Fix duplicate sym:overname values using %copyctor

3 года назад
cpp11_alias_template_inheritance_runme.py

Add test coverage and docs for alias templates as a base class and using-declaration qualifier

2 месяца назад
cpp11_alias_templates_runme.py

C++20 constrained alias templates: parse and support

3 месяца назад
cpp11_alternate_function_syntax_runme.py

Convert python tests using 2to3

6 лет назад
cpp11_decltype_runme.py

Support deducing decltype for false and true

3 года назад
cpp11_director_using_constructor_runme.py

Add support for using declarations to introduce templated members

3 года назад
cpp11_final_class_runme.py

Remove some final testing

4 года назад
cpp11_final_directors_runme.py

Fix the handling of director classes with final methods

7 лет назад
cpp11_function_objects_runme.py

autopep8 cleanup of Examples/test-suite/python

11 лет назад
cpp11_hash_tables_runme.py

Convert python tests using 2to3

6 лет назад
cpp11_inheriting_constructors_runme.py

Inherit constructors named through a typedef base

2 месяца назад
cpp11_inheriting_constructors_typedef_runme.py

Detect inheriting constructors by base class match in the parser

2 месяца назад
cpp11_initializer_list_extend_runme.py

autopep8 cleanup of Examples/test-suite/python

11 лет назад
cpp11_initializer_list_runme.py

autopep8 cleanup of Examples/test-suite/python

11 лет назад
cpp11_move_only_runme.py

Add missing use of move constructor

2 года назад
cpp11_move_typemaps_runme.py

Add missing use of move constructor

2 года назад
cpp11_null_pointer_constant_runme.py

Convert python tests using 2to3

6 лет назад
cpp11_raw_string_literals_runme.py

Testcase fix for python-3.12

3 года назад
cpp11_ref_qualifiers_runme.py

Add support for conversion operators with ref-qualifiers

9 лет назад
cpp11_ref_qualifiers_rvalue_unignore_runme.py

Add unignore for rvalue ref-qualifiers

9 лет назад
cpp11_result_of_runme.py

Convert python tests using 2to3

6 лет назад
cpp11_rvalue_reference_move_runme.py

C++ reference errors when passing in a 'NULL' change of behaviour.

2 года назад
cpp11_rvalue_reference_runme.py

rvalue reference outputs

4 года назад
cpp11_shared_ptr_overload_runme.py

Improve handling of NULL vs nullptr vs 0 vs 0L

месяц назад
cpp11_shared_ptr_template_upcast_runme.py

Test shared_ptr upcasts in Python

7 лет назад
cpp11_shared_ptr_upcast_runme.py

Port Ruby test of vector<shared_ptr<>> to Python

6 лет назад
cpp11_std_array_runme.py

Add support for all STL containers to be constructible from a Python set

3 года назад
cpp11_std_function_runme.py

Final fixes and tweaks to std::function wrappers

3 месяца назад
cpp11_std_unique_ptr_runme.py

Add const std::unique_ptr & input typemaps

2 года назад
cpp11_strongly_typed_enumerations_runme.py

R: Honour %rename of enum items in the generated R code

месяц назад
cpp11_template_explicit_runme.py

[python] Replace uses of assert in testsuite

5 лет назад
cpp11_template_typedefs_runme.py

Add C++11 alias templates

10 лет назад
cpp11_template_using_base_runme.py

Detect inheriting constructors by base class match in the parser

2 месяца назад
cpp11_thread_local_runme.py

autopep8 cleanup of Examples/test-suite/python

11 лет назад
cpp11_type_aliasing_runme.py

Added support for type alias

10 лет назад
cpp11_type_traits_runme.py

autopep8 cleanup of Examples/test-suite/python

11 лет назад
cpp11_uniform_initialization_runme.py

Convert python tests using 2to3

6 лет назад
cpp11_using_constructor_runme.py

Add support for using declarations to introduce templated members

3 года назад
cpp11_using_functor_runme.py

C++11: cpp11_using_functor - Overloaded functor with %rename and %template

2 месяца назад
cpp11_using_member_template_runme.py

Fix #3415 segfault in Allocate::usingDeclaration

3 месяца назад
cpp11_using_typedef_template_member_runme.py

Fix template parameter expansion for members inherited via a typedef qualifier

2 месяца назад
cpp11_variadic_function_templates_runme.py

Instantiation of C++11 variadic function templates

4 года назад
cpp11_variadic_templates_runme.py

Add a variadic template in a struct test

3 года назад
cpp14_auto_return_type_runme.py

Fix parsing of a cv-qualified auto placeholder

день назад
cpp14_binary_integer_literals_runme.py

Add tests for binary integer literal constants

4 года назад
cpp14_generic_lambda_runme.py

C++14/20: parse auto parameters in functions and lambdas

3 месяца назад
cpp14_variable_templates_runme.py

Add cpp14_variable_templates testcase and document the support

3 месяца назад
cpp17_class_template_argument_deduction_runme.py

C++17: parse user-defined deduction guides

2 месяца назад
cpp17_director_string_view_runme.py

Sort out directorout typemaps for std::string_view

3 года назад
cpp17_hex_floating_literals_runme.py

Add support for C++17 hexadecimal floating literals

7 лет назад
cpp17_inheriting_constructors_pack_runme.py

Fix C++17 inheriting constructor pack dropping the last base constructor

2 месяца назад
cpp17_nested_namespaces_runme.py

Add c++17 nested namespaces runtime test for Python

8 лет назад
cpp17_std_filesystem_runme.py

Remove two python asserts which should not be in test-suite

год назад
cpp17_string_view_runme.py

Python: Drop sys.version_info<3 examples code

месяц назад
cpp17_u8_char_literals_runme.py

Test-suite: Unify string quoting in the Python sources

7 лет назад
cpp17_using_pack_alias_template_runme.py

Add test coverage and docs for alias templates as a base class and using-declaration qualifier

2 месяца назад
cpp17_using_pack_expansion_runme.py

C++17: parse and support pack expansion in a using-declaration

2 месяца назад
cpp17_using_typename_pack_runme.py

Fix syntax error for typename member type pack in a using declaration (#3479)

2 месяца назад
cpp20_abbreviated_template_decorated_runme.py

Fix parsing of a cv-qualified auto placeholder

день назад
cpp20_abbreviated_template_mixed_runme.py

C++20: mix abbreviated function templates with a variadic explicit pack

3 месяца назад
cpp20_abbreviated_template_runme.py

C++20: avoid 'Numeric auto' with trailing return type in abbreviated_template test

3 месяца назад
cpp20_alias_template_runme.py

C++20 constrained alias templates: parse and support

3 месяца назад
cpp20_concepts_class_methods_runme.py

cpp20_concepts: add class methods and class template test cases

3 месяца назад
cpp20_concepts_classes_runme.py

C++20 concepts: extend tests and document broader support

3 месяца назад
cpp20_concepts_constrained_param_runme.py

C++20: accept template-id concept-id as a type-constraint

3 месяца назад
cpp20_concepts_extra_runme.py

C++20: parse type constrained template parameters

3 месяца назад
cpp20_concepts_lambda_runme.py

C++20: parse abbreviated function templates with constrained auto

3 месяца назад
cpp20_concepts_overloads_runme.py

C++20 concepts: extend tests and document broader support

3 месяца назад
cpp20_concepts_runme.py

cpp20_concepts: cover the remaining requires-expression body forms

3 месяца назад
cpp20_spaceship_operator_runme.py

cpp20_spaceship_operator_runme.py: Check ALIEN value

4 года назад
cpp20_variable_templates_runme.py

C++20: parse a requires-expression as a primary in expression position

3 месяца назад
cpp_enum_runme.py

Remove print statements from Python tests

6 лет назад
cpp_namespace_runme.py

autopep8 cleanup of Examples/test-suite/python

11 лет назад
cpp_parameters_runme.py

Python -builtin constructors silently ignored keyword arguments.

7 лет назад
cpp_static_runme.py

Python shebang modernisation for python3

2 года назад
default_arg_values_runme.py

[Python] Fix wrapping of bool const&x=true param

год назад
default_args_c_runme.py

Fix C default arguments with -builtin and -fastunpack and -modernargs.

8 лет назад
default_args_runme.py

Improve handling of NULL vs nullptr vs 0 vs 0L

месяц назад
default_constructor_runme.py

Remove further print statements from Python tests

6 лет назад
director_abstract_runme.py

Update Python tests to not use flatstaticmethod access

5 лет назад
director_alternating_runme.py

Convert python tests using 2to3

6 лет назад
director_basic_runme.py

Update Python tests to not use flatstaticmethod access

5 лет назад
director_binary_string_rev_len_runme.py

Fix Length & string reverse order typemap.

год назад
director_binary_string_runme.py

Fixes of STRING/BYTES LENGTH typemaps.

2 года назад
director_classic_runme.py

Fix incorrect director_classic_runme.py test

11 лет назад
director_comparison_operators_runme.py

Convert python tests using 2to3

6 лет назад
director_default_runme.py

added missing test

22 года назад
director_detect_runme.py

Convert python tests using 2to3

6 лет назад
director_enum_runme.py

autopep8 cleanup of Examples/test-suite/python

11 лет назад
director_exception_runme.py

Convert python tests using 2to3

6 лет назад
director_extend_runme.py

Convert python tests using 2to3

6 лет назад
director_finalizer_runme.py

autopep8 cleanup of Examples/test-suite/python

11 лет назад
director_frob_runme.py

Convert python tests using 2to3

6 лет назад
director_guard_runme.py

Add test to director guard using multiple threads.

2 года назад
director_keywords_runme.py

autopep8 cleanup of Examples/test-suite/python

11 лет назад
director_langobj_runme.py

[Test-suite] Add a common director_langobj test for the language object type

11 дней назад
director_minimal_runme.py

Add a minimal director test (#3346)

6 месяцев назад
director_multiple_inheritance_runme.py

[python] Fix inheriting from multiple director classes

4 года назад
director_nested_runme.py

Fix undefined behaviour in directorout typemaps for void * and const char *&

год назад
director_pass_by_value_runme.py

Performance optimisation for directors for classes passed by value

4 года назад
director_profile_runme.py

Remove print statements from Python tests

6 лет назад
director_property_runme.py

More director const std::string& testing and C# leak fix

4 года назад
director_protected_runme.py

Fix protected/private nested class referenced in generated upcast helper

месяц назад
director_shared_ptr_runme.py

shared_ptr tests cleanup

5 месяцев назад
director_stl_runme.py

autopep8 cleanup of Examples/test-suite/python

11 лет назад
director_string_runme.py

Expand director_string_runme.*

3 года назад
director_thread_runme.py

Remove print statements from Python tests

6 лет назад
director_unroll_runme.py

Remove print statements from Python tests

6 лет назад
director_wstring_runme.py

Add C# wchar_t * director typemaps

4 года назад
disown_runme.py

autopep8 cleanup of Examples/test-suite/python

11 лет назад
doxygen_alias_runme.py

Correct python example headers

8 лет назад
doxygen_autodoc_docstring_runme.py

[Python] Unify class docstring under -builtin with non-builtin

3 месяца назад
doxygen_basic_notranslate_runme.py

Single line commment test corrections for last commit

2 года назад
doxygen_basic_translate_runme.py

Merge branch 'Issue-1643'

7 лет назад
doxygen_basic_translate_style2_runme.py

Flag optional arguments in doxygen pydoc output

7 лет назад
doxygen_basic_translate_style3_runme.py

Correct recently expanded testcase from a merge for doxygen default parameter support

7 лет назад
doxygen_code_blocks_runme.py

Special handling for python doctest code blocks

7 лет назад
doxygen_constructors_runme.py

Complete the Python 2 removal and fix issues found reviewing it

месяц назад
doxygen_ignore_runme.py

Correct python example headers

8 лет назад
doxygen_misc_constructs_runme.py

[Python] Unify class docstring under -builtin with non-builtin

3 месяца назад
doxygen_overloads_runme.py

[Python] Emit doxygen constructor docstrings on __init__ in -builtin mode

3 месяца назад
doxygen_parsing_runme.py

[Python] Emit doxygen constructor docstrings on __init__ in -builtin mode

3 месяца назад
doxygen_translate_all_tags_runme.py

Fix for missing space after \endlink in doxygen

6 лет назад
doxygen_translate_links_runme.py

Correct python example headers

8 лет назад
doxygen_translate_runme.py

Doxygen Java fix quoting for \image command

4 года назад
dynamic_cast_runme.py

Remove print statements from Python tests

6 лет назад
empty_c_runme.py

Duplicate tests that are run twice as both C and C++ tests to fix parallel make: empty

10 лет назад
empty_runme.py

massive typemap unification

21 год назад
enum_forward_runme.py

autopep8 cleanup of Examples/test-suite/python

11 лет назад
enum_template_runme.py

autopep8 cleanup of Examples/test-suite/python

11 лет назад
enums_runme.py

autopep8 cleanup of Examples/test-suite/python

11 лет назад
exception_classname_runme.py

Replace assert from Python testcases with code that always runs.

10 лет назад
exception_order_runme.py

Convert python tests using 2to3

6 лет назад
extend_placement_runme.py

autopep8 cleanup of Examples/test-suite/python

11 лет назад
extend_template_method_runme.py

Enhance %extend to extend a class with template constructors

10 лет назад
extend_template_ns_runme.py

The great merge

24 года назад
extend_template_runme.py

The great merge

24 года назад
extend_variable_runme.py

add Luigi's static patch for extended variables

21 год назад
extern_c_runme.py

Remove assertions from python test cases

4 года назад
file_test_runme.py

Complete the Python 2 removal and fix issues found reviewing it

месяц назад
final_c_runme.py

Add support for parsing C++11 final classes

4 года назад
friends_operator_overloading_runme.py

Friend operator overloading fix for Python builtin

3 года назад
friends_runme.py

Wrap friend functions that are defined or declared within a namespace

3 года назад
funcptr_cpp_runme.py

Add Python runtime test for const function pointer

8 лет назад
functors_runme.py

Fix functors (wrapped as __call__) when using -builtin -modern -fastunpack.

8 лет назад
fvirtual_runme.py

Convert python tests using 2to3

6 лет назад
global_functions_runme.py

Convert python tests using 2to3

6 лет назад
global_namespace_runme.py

Drop support for Python classic classes

8 лет назад
global_ns_arg_runme.py

autopep8 cleanup of Examples/test-suite/python

11 лет назад
global_vars_runme.py

Convert python tests using 2to3

6 лет назад
grouping_runme.py

This commit contains all changes to the regression tests which are necessitated by the -builtin option. Notes on individual tests follow.

16 лет назад
hugemod.pl

Update/fix hugemod test case to work again

год назад
iadd_runme.py

autopep8 cleanup of Examples/test-suite/python

11 лет назад
ignore_parameter_runme.py

Fix warning and improve description of ignore_parameter test

4 года назад
implicittest_runme.py

Fix typecheck typemaps for non-pointers and NULL

8 лет назад
import_callback_runme.py

Py_LIMITED_API support in SwigPyObject_Check for -builtin

год назад
import_nomodule_runme.py

autopep8 cleanup of Examples/test-suite/python

11 лет назад
import_share_runme.py

Fix test to reproduce cross-module type cast bug

6 месяцев назад
import_stl_runme.py

Convert python tests using 2to3

6 лет назад
imports_runme.py

autopep8 cleanup of Examples/test-suite/python

11 лет назад
inctest_runme.py

Remove print statements from Python tests

6 лет назад
inherit_missing_runme.py

Remove print statements from Python tests

6 лет назад
injecting_base_class_runme.py

Inject a base class name into the derived class so it can be named there

2 месяца назад
inout_typemaps_runme.py

inout_typemaps test rework

2 года назад
inplaceadd_runme.py

Remove print statements from Python tests

6 лет назад
input_runme.py

autopep8 cleanup of Examples/test-suite/python

11 лет назад
keyword_rename_c_runme.py

Python shebang modernisation for python3

2 года назад
keyword_rename_runme.py

Python shebang modernisation for python3

2 года назад
kwargs_feature_runme.py

[Python] Add missing Python kwargs builtin support

5 лет назад
langobj_runme.py

Refactor python no-gil detection

год назад
li_attribute_runme.py

Fix typos in attribute2ref() in Lib/typemaps/attribute.swg

6 лет назад
li_attribute_template_runme.py

Remove print statements from Python tests

6 лет назад
li_boost_shared_ptr_bits_runme.py

Drop support for Python classic classes

8 лет назад
li_boost_shared_ptr_director_runme.py

[python] Replace uses of assert in testsuite

5 лет назад
li_boost_shared_ptr_runme.py

C++ reference errors when passing in a 'NULL' change of behaviour.

2 года назад
li_boost_shared_ptr_template_runme.py

%shared_ptr and %template testcase modified to work for python -O

10 лет назад
li_carrays_cpp_runme.py

Zero initialize newly created arrays

10 лет назад
li_carrays_runme.py

Zero initialize newly created arrays

10 лет назад
li_cdata_bytes_cpp_runme.py

Complete the Python 2 removal and fix issues found reviewing it

месяц назад
li_cdata_bytes_runme.py

Complete the Python 2 removal and fix issues found reviewing it

месяц назад
li_cdata_cpp_runme.py

cdata.i changes and new test li_cdata_bytes

3 месяца назад
li_cdata_runme.py

cdata.i changes and new test li_cdata_bytes

3 месяца назад
li_cmalloc_runme.py

add more cases

21 год назад
li_constraints_runme.py

C++ reference errors when passing in a 'NULL' change of behaviour.

2 года назад
li_cpointer_cpp_runme.py

Zero initialize %array_functions and %array_class

10 лет назад
li_cpointer_runme.py

Zero initialize %array_functions and %array_class

10 лет назад
li_cstring_runme.py

Remove print statements from Python tests

6 лет назад
li_cwstring_runme.py

Convert python test scripts to be Python 2 and 3 compatible

6 лет назад
li_factory_runme.py

Update Python tests to not use flatstaticmethod access

5 лет назад
li_implicit_runme.py

Convert python tests using 2to3

6 лет назад
li_std_auto_ptr_runme.py

Add const std::unique_ptr & input typemaps

2 года назад
li_std_containers_int_runme.py

Add support for all STL containers to be constructible from a Python set

3 года назад
li_std_containers_overload_runme.py

Python STL container method overloading fix

7 лет назад
li_std_except_as_class_runme.py

autopep8 cleanup of Examples/test-suite/python

11 лет назад
li_std_map_member_runme.py

autopep8 cleanup of Examples/test-suite/python

11 лет назад
li_std_map_runme.py

Fix for STL containers static member and global variables

2 года назад
li_std_pair_extra_runme.py

autopep8 cleanup of Examples/test-suite/python

11 лет назад
li_std_pair_runme.py

Add basic std::pair Python testing

6 лет назад
li_std_pair_using_runme.py

autopep8 cleanup of Examples/test-suite/python

11 лет назад
li_std_set_runme.py

Fix off the end iterator test issue in Python li_std_set testcase

10 месяцев назад
li_std_stream_runme.py

Remove print statements from Python tests

6 лет назад
li_std_string_extra_runme.py

Fixes for deprecated std::basic_string::reserve()

4 года назад
li_std_string_runme.py

Python: Drop sys.version_info<3 examples code

месяц назад
li_std_vector_back_reference_runme.py

Add std::vector back reference test

7 лет назад
li_std_vector_enum_runme.py

Convert python tests using 2to3

6 лет назад
li_std_vector_extra_runme.py

Convert python tests using 2to3

6 лет назад
li_std_vector_ptr_runme.py

Add missing typedefs to std::vector + typedef corrections

7 лет назад
li_std_vector_runme.py

Fix for STL containers static member and global variables

2 года назад
li_std_wstream_runme.py

Convert python test scripts to be Python 2 and 3 compatible

6 лет назад
li_std_wstring_inherit_runme.py

Convert python test scripts to be Python 2 and 3 compatible

6 лет назад
li_std_wstring_runme.py

Python: Drop sys.version_info<3 examples code

месяц назад
member_pointer_const_runme.py

Add some tests for typedef to member function pointers

9 лет назад
member_pointer_runme.py

Add some tests for typedef to member function pointers

9 лет назад
memberin_extend_c_runme.py

autopep8 cleanup of Examples/test-suite/python

11 лет назад
minherit_runme.py

Convert python tests using 2to3

6 лет назад
mod_runme.py

avoid cast list elements, add more debug info, add Rubin's multi-module 'mod'example

21 год назад
multi_import_runme.py

autopep8 cleanup of Examples/test-suite/python

11 лет назад
multivalue_runme.py

[python] Add multivalue_runme.py

5 лет назад
name_warnings_runme.py

Remove assertions from python test cases

4 года назад
namespace_class_runme.py

Convert python tests using 2to3

6 лет назад
namespace_typemap_runme.py

autopep8 cleanup of Examples/test-suite/python

11 лет назад
namespace_virtual_method_runme.py

new tests

23 года назад
naturalvar_runme.py

add the 'naturalvar' option/mode/feature, to allow member variables to be treated in a natural way, as the global ones. This mean use the const SWIGTYPE &(C++)/SWIGTYPE(C) typemaps instead of the plain SWIGTYPE * typemap for the set/get methods.

21 год назад
nested_in_template_runme.py

Avoid comparing doubles in nested_in_template.i unit test

8 лет назад
nested_runme.py

Add testcase for nested C struct name conflict

8 лет назад
nested_template_base_runme.py

autopep8 cleanup of Examples/test-suite/python

11 лет назад
nested_workaround_runme.py

autopep8 cleanup of Examples/test-suite/python

11 лет назад
not_c_keywords_runme.py

complex can now be used as an identifier

6 лет назад
operator_overload_runme.py

Update Python tests to not use flatstaticmethod access

5 лет назад
operbool_runme.py

Python shebang modernisation for python3

2 года назад
overload_bool_runme.py

autopep8 cleanup of Examples/test-suite/python

11 лет назад
overload_complicated_runme.py

Convert python tests using 2to3

6 лет назад
overload_copy_runme.py

The great merge

24 года назад
overload_extend2_runme.py

rename overload_extendc testcase

10 лет назад
overload_extend_c_runme.py

Duplicate tests that are run twice as both C and C++ tests to fix parallel make: overload_extend

10 лет назад
overload_extend_runme.py

autopep8 cleanup of Examples/test-suite/python

11 лет назад
overload_null_runme.py

Shorten testcase variable names for Scilab 6 to work

5 лет назад
overload_numeric_runme.py

autopep8 cleanup of Examples/test-suite/python

11 лет назад
overload_rename_runme.py

autopep8 cleanup of Examples/test-suite/python

11 лет назад
overload_simple_runme.py

Update Python tests to not use flatstaticmethod access

5 лет назад
overload_subtype_runme.py

Convert python tests using 2to3

6 лет назад
overload_template_fast_runme.py

Convert python tests using 2to3

6 лет назад
overload_template_runme.py

Update Python tests to not use flatstaticmethod access

5 лет назад
pointer_reference_runme.py

Convert python tests using 2to3

6 лет назад
preproc_cpp_runme.py

preproc_cpp test for testing preprocessor and C++

5 лет назад
preproc_defined_runme.py

Adjust new tests

3 года назад
preproc_gcc_output_runme.py

Fix regression parsing gcc preprocessor linemarkers

7 лет назад
preproc_include_runme.py

autopep8 cleanup of Examples/test-suite/python

11 лет назад
preproc_runme.py

Add testcase for macros with commas in comment

9 лет назад
primitive_ref_runme.py

Test-suite: Unify string quoting in the Python sources

7 лет назад
primitive_types_runme.py

Python: Drop sys.version_info<3 examples code

месяц назад
profiletest_runme.py

Complete the Python 2 removal and fix issues found reviewing it

месяц назад
profiletestc_runme.py

autopep8 cleanup of Examples/test-suite/python

11 лет назад
pyabi311_bufferinterface_runme.py

Python: Drop sys.version_info<3 examples code

месяц назад
python_abstractbase_runme.py

Complete the Python 2 removal and fix issues found reviewing it

месяц назад
python_annotations_c_runme.py

[Python] Check annotations in .pyi stubs with -builtin and -fastproxy

8 дней назад
python_annotations_import_runme.py

[Python] Check annotations in .pyi stubs with -builtin and -fastproxy

8 дней назад
python_annotations_typing_runme.py

[Python] Check annotations in .pyi stubs with -builtin and -fastproxy

8 дней назад
python_annotations_variable_c_runme.py

[Python] Check annotations in .pyi stubs with -builtin and -fastproxy

8 дней назад
python_annotations_variable_typing_runme.py

[Python] Check annotations in .pyi stubs with -builtin and -fastproxy

8 дней назад
python_append_runme.py

Fixing setting this in Python when using __slots__

7 лет назад
python_builtin_runme.py

Add python builtin testcase for handling NULL in a couple of closures

3 года назад
python_crossmod_runme.py

[Python] Fix metaclass conflict under -builtin

21 день назад
python_destructor_exception_runme.py

Python: Drop sys.version_info<3 examples code

месяц назад
python_director_pyobject_runme.py

[Test-suite] Add a common director_langobj test for the language object type

11 дней назад
python_docstring_runme.py

Python docstring whitespace strip for single lines

2 года назад
python_extranative_runme.py

Python - fix compilation error when using -extranative and -builtin.

10 лет назад
python_flatstaticmethod_runme.py

Test -flatstaticmethod and %extend

4 года назад
python_moduleimport_runme.py

Test swig runtime module contains expected names

год назад
python_nokwargs_feature_runme.py

[Python] Fix %nokwargs being ignored under -keyword

3 месяца назад
python_nokwargs_keyword_runme.py

[Python] Fix %nokwargs being ignored under -keyword

3 месяца назад
python_nondynamic_runme.py

Drop is_python_modern() in testcase

5 лет назад
python_overload_simple_cast_runme.py

Suppress DeprecatedWarning in python_overload_simple_cast_runme testcase

год назад
python_pickle_runme.py

Rename debug in testcases to trace

4 года назад
python_pybuffer_runme.py

Update python_pybuffer_runme.py syntax for working under both python 2 and 3

6 лет назад
python_pyi_runme.py

[Python] Fix empty classes and imported bases in .pyi files

8 дней назад
python_pyiterator_rename_runme.py

Python: Drop operators compatibility

месяц назад
python_pythoncode_runme.py

Testcase for testing __new__ override Python 3.6 fix

8 лет назад
python_richcompare_runme.py

Python: Drop sys.version_info<3 examples code

месяц назад
python_runtime_data_runme.py

Adding MacOS CI (#3329)

6 месяцев назад
python_strict_unicode_runme.py

Python: Drop sys.version_info<3 examples code

месяц назад
python_threads_runme.py

autopep8 cleanup of Examples/test-suite/python

11 лет назад
python_typehints_runme.py

[Python] Check annotations in .pyi stubs with -builtin and -fastproxy

8 дней назад
python_typemap_macro_runme.py

$typemap() fix for handling variable overrides

3 года назад
python_varargs_typemap_runme.py

autopep8 cleanup of Examples/test-suite/python

11 лет назад
python_various_runme.py

Python: Drop sys.version_info<3 examples code

месяц назад
python_weakref_runme.py

Python: Drop sys.version_info<3 examples code

месяц назад
pythonswig.supp

Add partialcheck make targets. Also add RUNTOOL, COMPILETOOL and SWIGTOOL variables for invoking tools when running tests, compiling or invoking swig

18 лет назад
refcount_runme.py

Update Python tests to not use flatstaticmethod access

5 лет назад
reference_global_vars_runme.py

Test-suite: Unify string quoting in the Python sources

7 лет назад
rename_pcre_encoder_runme.py

autopep8 cleanup of Examples/test-suite/python

11 лет назад
rename_predicates_runme.py

autopep8 cleanup of Examples/test-suite/python

11 лет назад
rename_rstrip_encoder_runme.py

Add rstrip encoder for use in %rename.

10 лет назад
rename_scope_runme.py

add test for rename

20 лет назад
rename_strip_encoder_runme.py

autopep8 cleanup of Examples/test-suite/python

11 лет назад
ret_by_value_runme.py

add runme test

22 года назад
return_const_value_runme.py

Update Python tests to not use flatstaticmethod access

5 лет назад
smart_pointer_const_overload_runme.py

Add MinGW-W64 Ruby Github CI testing (#2981)

год назад
smart_pointer_extend_runme.py

autopep8 cleanup of Examples/test-suite/python

11 лет назад
smart_pointer_member_runme.py

Remove print statements from Python tests

6 лет назад
smart_pointer_multi_runme.py

autopep8 cleanup of Examples/test-suite/python

11 лет назад
smart_pointer_multi_typedef_runme.py

autopep8 cleanup of Examples/test-suite/python

11 лет назад
smart_pointer_not_runme.py

Remove further print statements from Python tests

6 лет назад
smart_pointer_overload_runme.py

autopep8 cleanup of Examples/test-suite/python

11 лет назад
smart_pointer_rename_runme.py

autopep8 cleanup of Examples/test-suite/python

11 лет назад
smart_pointer_simple_runme.py

The great merge

24 года назад
smart_pointer_templatevariables_runme.py

autopep8 cleanup of Examples/test-suite/python

11 лет назад
smart_pointer_typedef_runme.py

The great merge

24 года назад
sneaky1_runme.py

autopep8 cleanup of Examples/test-suite/python

11 лет назад
special_variable_macros_runme.py

Add support for $n special variable expansion in the names of typemap local variables

год назад
static_const_member_2_runme.py

autopep8 cleanup of Examples/test-suite/python

11 лет назад
std_containers_runme.py

Convert python tests using 2to3

6 лет назад
struct_initialization_runme.py

autopep8 cleanup of Examples/test-suite/python

11 лет назад
struct_rename_runme.py

new test

23 года назад
struct_value_runme.py

Fix testcase error message text which changed in python-3.11

год назад
swig_test_utils.py

[Python] Check annotations in .pyi stubs with -builtin and -fastproxy

8 дней назад
swigobject_runme.py

Python: Drop sys.version_info<3 examples code

месяц назад
template_class_reuse_name_runme.py

Allow an instantiated template to have the same name as the C++ template name

9 лет назад
template_classes_runme.py

Convert python tests using 2to3

6 лет назад
template_construct_runme.py

The great merge

24 года назад
template_default_arg_overloaded_extend_runme.py

Testcase fix for R

10 лет назад
template_default_arg_overloaded_runme.py

Fix overloaded templates and default arguments

11 лет назад
template_default_arg_runme.py

Convert python tests using 2to3

6 лет назад
template_default_cache_runme.py

Add template_default_cache runtime tests

10 лет назад
template_extend1_runme.py

new tests

23 года назад
template_extend2_runme.py

new tests

23 года назад
template_inherit_runme.py

autopep8 cleanup of Examples/test-suite/python

11 лет назад
template_matrix_runme.py

autopep8 cleanup of Examples/test-suite/python

11 лет назад
template_ns4_runme.py

autopep8 cleanup of Examples/test-suite/python

11 лет назад
template_ns_runme.py

autopep8 cleanup of Examples/test-suite/python

11 лет назад
template_opaque_runme.py

autopep8 cleanup of Examples/test-suite/python

11 лет назад
template_ref_type_runme.py

autopep8 cleanup of Examples/test-suite/python

11 лет назад
template_rename_runme.py

fixes for %templates/%rename/%features + templates

21 год назад
template_static_runme.py

Update Python tests to not use flatstaticmethod access

5 лет назад
template_tbase_template_runme.py

autopep8 cleanup of Examples/test-suite/python

11 лет назад
template_template_parameters_runme.py

Improved template template parameters support.

4 года назад
template_templated_constructors_runme.py

More refactoring for internal destructor and constructor names

3 года назад
template_type_namespace_runme.py

autopep8 cleanup of Examples/test-suite/python

11 лет назад
template_typedef_cplx2_runme.py

Remove print statements from Python tests

6 лет назад
template_typedef_cplx3_runme.py

autopep8 cleanup of Examples/test-suite/python

11 лет назад
template_typedef_cplx4_runme.py

autopep8 cleanup of Examples/test-suite/python

11 лет назад
template_typedef_cplx_runme.py

Remove print statements from Python tests

6 лет назад
template_typedef_import_runme.py

autopep8 cleanup of Examples/test-suite/python

11 лет назад
template_typedef_runme.py

Remove print statements from Python tests

6 лет назад
template_typemaps_typedef2_runme.py

Convert python tests using 2to3

6 лет назад
template_typemaps_typedef_runme.py

Convert python tests using 2to3

6 лет назад
template_using_directive_typedef_runme.py

Add using declarations to templates into typedef table.

9 лет назад
template_using_member_default_arg_runme.py

Fix using declarations and templates with explicitly declared constructors

3 года назад
threads_exception_runme.py

Convert python tests using 2to3

6 лет назад
typedef_class_runme.py

autopep8 cleanup of Examples/test-suite/python

11 лет назад
typedef_classforward_same_name_runme.py

Add more runtime typedef_classforward_same_name runtime testing

9 лет назад
typedef_funcptr_runme.py

Fix handling of typedef'd function pointers for Go

9 лет назад
typedef_inherit_runme.py

Fix infinite loop inheriting through a self-referential typedef (#1827)

2 месяца назад
typedef_inherit_using_runme.py

Fix syntax error for inherited conversion operator in a using declaration (#3480)

2 месяца назад
typedef_scope_runme.py

Remove print statements from Python tests

6 лет назад
typedef_typedef_runme.py

autopep8 cleanup of Examples/test-suite/python

11 лет назад
typemap_arrays_runme.py

Convert python tests using 2to3

6 лет назад
typemap_delete_runme.py

Fix typemap delete regression introduced in rev 11838

16 лет назад
typemap_documentation_runme.py

Update documentation for using SWIG_ConvertPtr example usage

10 лет назад
typemap_namespace_runme.py

autopep8 cleanup of Examples/test-suite/python

11 лет назад
typemap_ns_using_runme.py

The great merge

24 года назад
typemap_out_optimal_runme.py

Rename debug in testcases to trace

4 года назад
typemap_qualifier_strip_runme.py

autopep8 cleanup of Examples/test-suite/python

11 лет назад
typemap_template_typedef_runme.py

Typemap change for templates

9 лет назад
typename_runme.py

Convert python tests using 2to3

6 лет назад
types_directive_runme.py

autopep8 cleanup of Examples/test-suite/python

11 лет назад
unicode_strings_runme.py

Drop SWIG_PYTHON_2_UNICODE

месяц назад
unions_runme.py

Remove print statements from Python tests

6 лет назад
using1_runme.py

The great merge

24 года назад
using2_runme.py

The great merge

24 года назад
using_composition_runme.py

Convert python tests using 2to3

6 лет назад
using_duplicates_runme.py

Move the #2933 duplicate using declaration regression test to its own test case

2 месяца назад
using_extend_runme.py

Convert python tests using 2to3

6 лет назад
using_inherit_runme.py

Convert python tests using 2to3

6 лет назад
using_member_multiple_inherit_runme.py

Adding test case for #2872.

2 года назад
using_member_runme.py

Using declarations in inheritance hierarchy improvements.

4 года назад
using_member_typedef_overload_runme.py

Add test coverage and docs for alias templates as a base class and using-declaration qualifier

2 месяца назад
using_member_typedef_runme.py

Fix resolution of names with a typedef scope qualifier (#2694)

2 месяца назад
using_member_typedef_template_runme.py

Qualify typedef-to-template scope qualifier before lookup

2 месяца назад
using_method_typedefs_runme.py

Inject a base class name into the derived class so it can be named there

2 месяца назад
using_nested_member_typedef_runme.py

Add a 3-level deep nested test

2 месяца назад
using_private_runme.py

Convert python tests using 2to3

6 лет назад
using_protected_runme.py

Convert python tests using 2to3

6 лет назад
varargs_overload_runme.py

Convert python tests using 2to3

6 лет назад
varargs_runme.py

Python -builtin fix wrapping constructors with varargs

5 лет назад
virtual_derivation_runme.py

Convert python tests using 2to3

6 лет назад
virtual_poly_runme.py

Update Python tests to not use flatstaticmethod access

5 лет назад
voidtest_runme.py

Move handling of void parameters from parser to typepass stage

9 месяцев назад
wrapmacro_runme.py

autopep8 cleanup of Examples/test-suite/python

11 лет назад
README
See ../README for common README file.
 
Any testcases which have _runme.py appended after the testcase name will be detected and run.