fish-shell/fish-rust/src/wutil
Johannes Altmanninger 77550a2f0d Turn FFI tests into native Rust tests
Keep running tests serially to avoid breaking assumptions.

I think many of these tests can run in parallel and/or don't need test_init().
Use the safe variant everywhere, to get it done faster.
2024-01-07 12:12:09 +01:00
..
dir_iter.rs Remove some unnecessary imports and suppress unused import warnings 2023-12-28 22:11:50 -08:00
encoding.rs Port common.{h,cpp} to Rust 2023-04-02 15:17:06 +02:00
errors.rs wcstoi: remove the consume_all / consumed_all machinery 2023-05-14 18:38:24 -07:00
fileid.rs Prefer os-unix prelude over importing everything separately 2023-08-09 15:00:58 +02:00
gettext.rs Turn FFI tests into native Rust tests 2024-01-07 12:12:09 +01:00
mod.rs Port test_wwrite_to_fd 2023-12-09 21:35:08 +01:00
printf.rs Replace the printf implementation 2023-03-26 14:07:29 -07:00
tests.rs Turn FFI tests into native Rust tests 2024-01-07 12:12:09 +01:00
wcstod.rs wcstod: adjust tests for new implementation 2023-04-16 22:26:46 +02:00
wcstoi.rs Port execution 2023-11-15 11:09:48 +01:00