Justin M. Keyes
975c2124a6
test: use spawn_wait() instead of system() #31852
...
Problem:
Tests that need to check `nvim` CLI behavior (no RPC session) create
their own ad-hoc `system()` wrappers.
Solution:
- Use `n.spawn_wait` instead of `system()`.
- Bonus: this also improves the tests by explicitly checking for
`stdout` or `stderr`. And if a signal is raised, `ProcStream.status`
will reflect it.
2025-01-04 06:29:13 -08:00
..
2024-09-23 14:42:57 +02:00
2024-04-23 18:17:04 +02:00
2024-11-14 12:40:57 +01:00
2024-10-04 06:48:31 -07:00
2024-11-14 12:40:57 +01:00
2024-05-23 15:30:53 -05:00
2024-09-28 00:31:45 +02:00
2024-12-16 06:38:57 -08:00
2024-09-21 16:04:09 +01:00
2024-12-28 19:20:50 +08:00
2025-01-01 23:42:42 +01:00
2024-09-21 16:04:09 +01:00
2024-11-14 12:40:57 +01:00
2024-09-21 16:04:09 +01:00
2024-05-17 14:17:25 -05:00
2025-01-01 12:29:51 -08:00
2024-11-26 06:15:50 -08:00
2024-11-14 13:23:11 +01:00
2024-11-14 12:40:57 +01:00
2024-09-21 16:04:09 +01:00
2024-11-14 12:40:57 +01:00
2024-11-04 05:00:12 -08:00
2024-11-14 12:40:57 +01:00
2024-07-16 19:30:22 +02:00
2024-04-23 18:17:04 +02:00
2024-12-05 09:13:22 +00:00
2024-11-26 13:56:01 -06:00
2024-11-14 12:40:57 +01:00
2025-01-04 06:29:13 -08:00
2024-10-18 02:22:15 -07:00
2024-12-11 05:48:17 -08:00
2024-07-27 14:06:31 +01:00
2024-12-16 08:34:16 -08:00
2024-12-31 15:54:06 +01:00
2024-12-08 09:25:43 +08:00
2024-09-30 11:51:33 +01:00