Theo Ribeiro

Results 17 comments of Theo Ribeiro

Yep, having the same issue with running individual tests of a Test Suite. Funny is that it still recognizes the test tables I have. It just apparently has issues parsing...

I did some investigating since I didn't know how neotest adapters worked. The modified treesitter query wouldn't work unless there was an upstream change since Neotest only passes on `test.name`...

This is pretty awesome, @gollth. Just tested this PR and it's working great on my config. Hopefully it will get merged soon. Thanks for your work @gollth and @rouge8

@friesencr I created a #77 to add an option for extra configuration arguments specifically for when calling `debug_test()`. For all other configurations, I've been just adding arguments manually by looping...

I see this was merged a couple of weeks ago. Any chance you'll publish a new release with it soon?

Unfortunately I'm still getting `unsupported account external_account` when using Workload Identity Federation on Github Actions. Any idea why?

Ah, never mind! This is behind a feature gate that I didn't know. I added `external-account` and it's now solved and working in the CI.