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 pytests: merge benchmark and test crates 2022-02-05 10:16:46 +00:00
test_datetime.py Add PyTzInfoAccess 2022-04-13 00:00:08 +08:00
test_deprecated_pyfunctions.py add `#[pyo3(signature = (...))]` attribute (#2702) 2022-10-25 07:23:21 +01:00
test_dict_iter.py pytests: merge benchmark and test crates 2022-02-05 10:16:46 +00:00
test_misc.py Deprecate acquire_gil 2022-08-15 03:34:47 +02:00
test_objstore.py pytests: merge benchmark and test crates 2022-02-05 10:16:46 +00:00
test_othermod.py update black to 22.1.0 2022-02-14 07:42:06 +00:00
test_path.py pytests: merge benchmark and test crates 2022-02-05 10:16:46 +00:00
test_pyclasses.py pytests: merge benchmark and test crates 2022-02-05 10:16:46 +00:00
test_pyfunctions.py pytests: merge benchmark and test crates 2022-02-05 10:16:46 +00:00
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 pytests: merge benchmark and test crates 2022-02-05 10:16:46 +00:00