Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Accept test selection regex on :GoDebugTest #12

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nathanjordan
Copy link

Source file

package main

import "testing"

func TestFailure(t *testing.T) {
	t.Fatal("not implemented")
}

func TestHelloWorld(t *testing.T) {
}

:GoDebugTest

Type 'help' for list of commands.
--- FAIL: TestFailure (0.00s)
        main_test.go:6: not implemented
FAIL
/Users/nathan/.cache/nvim/vim-godebug/63271502391631:1: Process 6470 has exited with status 1
(dlv)

:GoDebugTest TestHelloWorld

Type 'help' for list of commands.
PASS
/Users/nathan/.cache/nvim/vim-godebug/63271502391631:1: Process 6565 has exited with status 0
(dlv)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant