mirror of
https://github.com/macocianradu/nvim-http.git
synced 2026-03-18 21:00:05 +00:00
Start manual rewrite
This commit is contained in:
10
run_tests.sh
Executable file
10
run_tests.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
# Run Neovim plugin tests
|
||||
|
||||
cd "$(dirname "$0")"
|
||||
|
||||
for test_file in tests/test_*.lua; do
|
||||
echo "Running $test_file..."
|
||||
nvim --headless --noplugin -u NONE -c "set rtp+=." -l "$test_file"
|
||||
echo ""
|
||||
done
|
||||
Reference in New Issue
Block a user