pyo3/tests
konstin 98b7079183
Merge pull request #540 from PyO3/disable_broken_subclassing
Disable segfaulty subclassing by default
2019-08-05 14:39:46 +02:00
..
ui Handle a corner case in which a getter takes multiple Python 2019-07-14 14:35:50 +09:00
common.rs Expose py_run macro 2019-06-13 18:18:06 +09:00
test_arithmetics.rs commenting out one of the rhs arithmetics test case for now... 2019-07-24 16:27:07 -04:00
test_buffer_protocol.rs
test_class_basics.rs Expose py_run macro 2019-06-13 18:18:06 +09:00
test_class_new.rs
test_compile_error.rs Do not execute test_compule_error in kcov 2019-07-13 15:00:19 +09:00
test_datetime.rs
test_dict_iter.rs
test_dunder.rs Add a test that confirms __getattr__ doesn't override 2019-07-13 23:46:25 +09:00
test_exceptions.rs Disable test for windows 2019-08-03 22:36:23 +02:00
test_gc.rs Add __clear__ for test class 2019-07-14 20:45:05 +02:00
test_getter_setter.rs Allow py: Python as an argument of getter 2019-07-12 23:41:13 +09:00
test_inheritance.rs Disable segfaulty subclassing by default 2019-08-05 11:52:47 +02:00
test_methods.rs Expose py_run macro 2019-06-13 18:18:06 +09:00
test_module.rs Expose py_run macro 2019-06-13 18:18:06 +09:00
test_pyself.rs Expose py_run macro 2019-06-13 18:18:06 +09:00
test_sequence.rs Expose py_run macro 2019-06-13 18:18:06 +09:00
test_variable_arguments.rs Expose py_run macro 2019-06-13 18:18:06 +09:00
test_various.rs Fix NULL pointer deref when creating iterator for non-iterable 2019-07-27 19:58:18 +02:00