mirror of
https://github.com/sbrow/ps.git
synced 2025-12-29 18:47:38 -05:00
reorganized
This commit is contained in:
12
ps_test.go
12
ps_test.go
@@ -2,12 +2,16 @@ package ps
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"io/ioutil"
|
||||
"path"
|
||||
"strings"
|
||||
_ "io/ioutil"
|
||||
_ "path"
|
||||
_ "strings"
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestPkgPath(t *testing.T) {
|
||||
fmt.Println(PKGPATH)
|
||||
}
|
||||
|
||||
// TODO: Comparison borked
|
||||
func TestRun(t *testing.T) {
|
||||
out := []byte("Testing...\n")
|
||||
@@ -40,6 +44,7 @@ func TestWait(t *testing.T) {
|
||||
}
|
||||
|
||||
// TODO: Comparison borked
|
||||
/*
|
||||
func TestJS(t *testing.T) {
|
||||
out := "Testing...\n"
|
||||
_, err := Js(path.Join(Folder, "test.jsx"), Folder)
|
||||
@@ -57,3 +62,4 @@ func TestJS(t *testing.T) {
|
||||
t.Fatal(fail)
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user