Commit graph

20 commits

Author SHA1 Message Date
Cameron
7d472b6085 Remove logging from tests 2024-06-25 10:28:45 +02:00
Cameron
ec1000f058 Write to log during test, not console 2024-06-25 10:28:45 +02:00
Dave Aitken
145a85b618
add format via stylua task to makefile 2024-06-02 19:13:40 +01:00
Cameron
6f54a04b9d
rspec WIP
Working

Refactor: scaffold branch popup spec, extract shared contexts

Add ruby tests to GHA

Add linux to bundle gemlock for CI

Don't get deps in CI

Needs the project

Packadd deps

Refactoring test setup

Add back cwd to rtp

debug

empty

Use runner temp dir

debug

Try new name

Needs trailing slash

Skip this for now

Give up

Add the minimal init stuff

no

try this

try THIS

Pass env here

test

rel path

not clean in ci

closer

init repo first?

More branch spec

empty

logging

wait more

test

test

Put back

update gitignore

Add debug and run on macos

Disconnect

bin path

bin

Something

chmod bin

try bin

Use macos bin

Debugging
2024-05-28 23:18:16 +02:00
azzamsa
cbdfbc31c3 Add typos linter 2023-12-29 01:43:00 +07:00
Stefan Matting
07740e9601 Update Makefile 2023-11-16 02:07:51 +01:00
Cameron
b4b7776ff4 Allow specifying a file-pattern to test via TEST_FILES env var when
calling `make test`
2023-10-02 22:42:30 +02:00
Cameron
f93250cac5
Merge branch 'master' into feat-ignore 2023-09-25 11:34:06 +02:00
Cameron
f4e6dbb497 Log level ERROR when testing 2023-09-19 22:49:30 +02:00
Tei Leelo Roberts
b1a4f3ee1f fix: hunks 2023-09-08 15:28:08 +02:00
Cameron
e6dcbfe6ce No need to ignore plugins - the nvim_appname takes care of that 2023-07-10 22:26:21 +02:00
Cameron
d2f6029816 Tune up testing setup 2023-07-10 14:14:44 +02:00
Tei Roberts
dac8512752 chore: spacing 2023-01-05 10:36:49 +01:00
Tei Roberts
55ad6d0098 chore: fix ci 2023-01-05 10:36:49 +01:00
Tei Roberts
fd2b3b4fff fix: plenary test when not using packer 2023-01-05 10:36:49 +01:00
Tei Roberts
334fb3d393 chore: enable logging in CI 2022-11-08 11:39:59 +01:00
Tei Roberts
4727ca7423 chore: trace status.refresh 2022-11-08 11:39:59 +01:00
TimUntersberger
4b8db40fe7 change: switched from luacheck to selene
Installing luacheck on a windows machine is really annoying and I
couldn't manage to install it. Also the library is no longer maintained.
2021-06-20 14:59:07 +02:00
Stephan Seitz
63fb321095 Add luacheck CI 2021-05-14 23:22:03 +02:00
Florian Proksch
2831230d1d
test: PoC Unit Test setup
Setup unit tests using `plenary.nvim`'s test harness. Plenary is
expected to be installed as a plugin on the neovim instance you're
running your tests on.
2021-02-02 15:10:35 +01:00