Files
neovim/test/functional
Evgeni Chasnovski 0232a63fa5 test(pack): make various small cleanups
Problem: `vim.pack` tests might benefit from a cleanup

Solution: Do the cleanup:
  - Use `t.retry` instead of full `vim.uv.sleep` to make tests quicker.
  - Use `pack_assert_content` helper for a common task of checking the
    content of a special Lua file inside an installed plugin. This is
    used as a proxy of installed plugin's state on the disk.
  - Use `([[...]]):format()` approach (instead of array of strings) in
    one more place. Should improve readability.
2026-01-16 18:31:53 +02:00
..
2025-12-15 13:55:15 -05:00