pyo3/pytests/tests
Alex Gaynor f7a487b809
Use a TypeError, rather than a ValueError, when refusing to treat a str as a Vec
This is far more consistent with how these exceptions are usually used
2022-11-07 07:48:13 -05:00
..
test_buf_and_str.py
test_datetime.py
test_deprecated_pyfunctions.py add #[pyo3(signature = (...))] attribute (#2702) 2022-10-25 07:23:21 +01:00
test_dict_iter.py
test_misc.py Deprecate acquire_gil 2022-08-15 03:34:47 +02:00
test_objstore.py
test_othermod.py
test_path.py
test_pyclasses.py
test_pyfunctions.py
test_sequence.py Use a TypeError, rather than a ValueError, when refusing to treat a str as a Vec 2022-11-07 07:48:13 -05:00
test_subclassing.py