created a test file
This commit is contained in:
parent
70e72afdcc
commit
24abf29acb
1 changed files with 12 additions and 0 deletions
12
pkg/cmd/browse/browse_test.go
Normal file
12
pkg/cmd/browse/browse_test.go
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
package browse
|
||||
|
||||
import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestNewCmdBrowse(t *testing.T) {
|
||||
// TODO test the use of the api using "gh browse"
|
||||
// instead of opening multiple browsers for each test,
|
||||
// we can test the http code sent back after calling a site
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue