Mathew Attlee
Mathew Attlee
If it helps, you can add more entries to the patterns, eg ```viml let g:test#swift#patterns = { \ 'test': ['\v^\s*func (test.*)\(\)'], \ 'namespace': ['\v^%(%(public )?%(final )?|%(final )?%(public )?)class ([-_a-zA-Z0-9]+): XCTestCase'],...
On a related note, I'm trying to also work out a way to handle table-based subtests as part of #856
Could you provide a bit more context please? What does the test file look like?
Thank you for your question. Could you please give an example of the test you're trying to run and the expected CLI command?
This is really useful! Could you please provide some examples where `TestNearest` run against a certain line number and what the CLI command you would expect? I can use this...
I've created a draft PR with failing tests, could you please have a look to confirm the behaviour
Looking into this, adding support for table driven tests might be quite tricky, as It's going to involve a lot of parsing of the test file. Any suggestions on how...
Could you please give me an example what the test file name is, and what the CLI command with escaping would be?
> The original author deleted their account. I think this issue can be closed as others exist on the same topic. Could you please let me know the other open...