gosuki/gomark_test.go

11 lines
288 B
Go
Raw Normal View History

package main_test
import "testing"
// effectively tests db/fn: initDB()
// TEST: test that gomark.db is properly created on startup
// implement this as integration test
func TestGomarkDBCreatedAtStartup(t *testing.T) {
t.Error("[integration] if gomark.db does not exist create it")
}