mirror of
https://github.com/rjNemo/go-pass-gen
synced 2026-06-10 20:56:48 +00:00
move tests
This commit is contained in:
parent
3757c69c60
commit
c98c1e7a71
2 changed files with 5 additions and 3 deletions
|
|
@ -1,9 +1,10 @@
|
|||
package cmd
|
||||
|
||||
import (
|
||||
"log"
|
||||
|
||||
"github.com/fatih/color"
|
||||
"github.com/spf13/cobra"
|
||||
"log"
|
||||
|
||||
"password-generator/passGen"
|
||||
)
|
||||
|
|
|
|||
|
|
@ -1,10 +1,11 @@
|
|||
package main
|
||||
package passGen_test
|
||||
|
||||
import (
|
||||
"math/rand"
|
||||
"password-generator/passGen"
|
||||
"strings"
|
||||
"testing"
|
||||
|
||||
"password-generator/passGen"
|
||||
)
|
||||
|
||||
func TestGeneratePasswordWithGivenCharacterNumber(t *testing.T) {
|
||||
Loading…
Reference in a new issue