pyo3/tests
Kevin Phillips 9544adaf1d Marked from_code on PyModule to only work with Python 3. It could work with Python 2 if you call, for example, Py_CompileStringFlags and pass std::prt::null_mut() as the last argument and when calling PyImport_ExecCodeModuleEx passing mutable pointers for the first and last arguments. I also added a test for this to test_module.rs 2018-05-21 16:03:21 +02:00
..
common.rs Merge master 2018-05-05 15:50:04 +02:00
test_arithmetics.rs Merge master 2018-05-05 15:50:04 +02:00
test_buffer_protocol.rs Merge master 2018-05-05 15:50:04 +02:00
test_class_basics.rs Merge master 2018-05-05 15:50:04 +02:00
test_class_new.rs Merge master 2018-05-05 15:50:04 +02:00
test_doc.rs Use new `docmatic` API 2018-05-01 22:59:49 +02:00
test_gc.rs Merge master 2018-05-05 15:50:04 +02:00
test_getter_setter.rs Merge master 2018-05-05 15:50:04 +02:00
test_inheritance.rs Merge master 2018-05-05 15:50:04 +02:00
test_methods.rs Add some additional test cases to `test_methods` 2018-05-14 18:47:13 +02:00
test_module.rs Marked from_code on PyModule to only work with Python 3. It could work with Python 2 if you call, for example, Py_CompileStringFlags and pass std::prt::null_mut() as the last argument and when calling PyImport_ExecCodeModuleEx passing mutable pointers for the first and last arguments. I also added a test for this to test_module.rs 2018-05-21 16:03:21 +02:00
test_underscore_methods.rs Merge master 2018-05-05 15:50:04 +02:00
test_various.rs Merge master 2018-05-05 15:50:04 +02:00