瀏覽代碼

add more tests

kevin 4 年之前
父節點
當前提交
1cc0f071d9
共有 1 個文件被更改,包括 9 次插入1 次删除
  1. 9 1
      core/stat/internal/cpu_linux_test.go

+ 9 - 1
core/stat/internal/cpu_linux_test.go

@@ -1,6 +1,14 @@
 package internal
 
-import "testing"
+import (
+	"testing"
+
+	"github.com/stretchr/testify/assert"
+)
+
+func TestRefreshCpu(t *testing.T) {
+	assert.True(t, RefreshCpu() >= 0)
+}
 
 func BenchmarkRefreshCpu(b *testing.B) {
 	for i := 0; i < b.N; i++ {