pyo3/tests
Paul Ganssle bcc27bd522
Change datetime constructors to use Rust Option
This makes it cleaner to call PyTime::new and PyDateTime::new from Rust
without needing to retrieve a Python None.
2018-08-21 18:33:32 -04:00
..
rustapi_module Change datetime constructors to use Rust Option 2018-08-21 18:33:32 -04:00
common.rs Rustfmt all the things ✔️ 2018-07-30 23:05:10 +02:00
test_arithmetics.rs More nightly fixes 2018-08-19 20:42:17 +02:00
test_buffer_protocol.rs More nightly fixes 2018-08-19 20:42:17 +02:00
test_class_basics.rs More nightly fixes 2018-08-19 20:42:17 +02:00
test_class_new.rs More nightly fixes 2018-08-19 20:42:17 +02:00
test_datetime.rs Change datetime constructors to use Rust Option 2018-08-21 18:33:32 -04:00
test_doc.rs rudtfmt the tests 2018-06-15 21:21:12 +02:00
test_dunder.rs More nightly fixes 2018-08-19 20:42:17 +02:00
test_gc.rs More nightly fixes 2018-08-19 20:42:17 +02:00
test_getter_setter.rs More nightly fixes 2018-08-19 20:42:17 +02:00
test_inheritance.rs More nightly fixes 2018-08-19 20:42:17 +02:00
test_methods.rs Get rid of the pyobject_extract macro 2018-08-20 22:53:43 +02:00
test_module.rs More nightly fixes 2018-08-19 20:42:17 +02:00
test_various.rs More nightly fixes 2018-08-19 20:42:17 +02:00