jj/cli/testing
Kaiyi Li 0328e0e86b cli: simplify jj fix child process handling
* `Some(x).unwrap()` is not necessary.
* Add a new test to ensure that we handle the fix child process IO
  without deadlock. The new test introduces byte mode to fake-formatter
  which pipe the stdin contents to stdout byte by byte in a streaming
  fashion. The test contents are 512KB, which is larger than page size,
  can trigger the blocking read behavior, and doesn't make the test the
  slowest.
2025-11-25 15:54:00 +00:00
..
bench-revsets-git.txt revset: insert HeadsRange in Ancestors for nested range/filter 2025-08-02 01:40:23 +00:00
fake-bisector.rs tests: exercise more bisect behaviors 2025-11-01 23:17:31 +00:00
fake-diff-editor.rs diff: Run external diff tools in their temp dir 2025-05-12 21:34:19 +00:00
fake-editor.rs cleanup: enable unused_trait_names clippy lint and run clippy --fix 2025-03-16 00:35:56 +00:00
fake-formatter.rs cli: simplify jj fix child process handling 2025-11-25 15:54:00 +00:00