ivy.nvim/scripts
Ade Attwood 37cad71291 test: move the suite over to busted
Summary:

Right now we are using a custom test runner. This move the suite over to
busted, this will make things much more maintainable going forward. The two
main reasons for moving are.

1) The custom runner as some bugs, when running assertions we are not getting
the correct results.

2) All of the busted mocking features. We can use spy and mock, this will allow
us to remove the nvim_mock. This file is not amazing and confuses the lsp
often.

Test Plan:

CI
2024-06-16 17:17:16 +01:00
..
bench chore: add bench script to benchmark two commits 2023-12-01 21:40:54 +00:00
benchmark.lua chore: add benchmark for set_items 2023-10-22 17:23:28 +01:00
busted.lua test: move the suite over to busted 2024-06-16 17:17:16 +01:00
fixtures.bash feat: add benchmarks 2022-08-07 16:41:51 +01:00
test.lua test: improve style of the test output 2022-10-06 07:57:57 +01:00