mirror of
https://github.com/NoFxAiOS/nofx.git
synced 2026-07-12 15:26:55 +08:00
Merge pull request #229 from xqliu/test/add-ut-infrastructure
test: Add minimal UT infrastructure and fix Issue #227
This commit is contained in:
9
config/database_test.go
Normal file
9
config/database_test.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package config
|
||||
|
||||
import "testing"
|
||||
|
||||
func TestExample(t *testing.T) {
|
||||
if 1+1 != 2 {
|
||||
t.Error("Math is broken")
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user