mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-28 22:50:35 +03:00
parent
e0621d207c
commit
2f0d98a19b
3 changed files with 78 additions and 59 deletions
|
@ -13,13 +13,12 @@
|
|||
|
||||
package commands
|
||||
|
||||
import (
|
||||
"testing"
|
||||
// "testing"
|
||||
|
||||
"github.com/spf13/viper"
|
||||
)
|
||||
// "github.com/spf13/viper"
|
||||
|
||||
func TestFixURL(t *testing.T) {
|
||||
// TODO(bep) cli refactor fix me
|
||||
/*func TestFixURL(t *testing.T) {
|
||||
type data struct {
|
||||
TestName string
|
||||
CLIBaseURL string
|
||||
|
@ -56,3 +55,4 @@ func TestFixURL(t *testing.T) {
|
|||
}
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue