aboutsummaryrefslogtreecommitdiff
path: root/beku_test.go
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2018-05-29 01:42:24 +0700
committerShulhan <ms@kilabit.info>2018-05-29 01:42:24 +0700
commitaf81fd7b43cd05ba06730329d4ba9f5933f933b5 (patch)
tree6b0b87a4c686cee618f70227572e1d63d02d976d /beku_test.go
parent4ab8be448308d9970e0df05a04a6db8c2ba5b87f (diff)
downloadbeku-af81fd7b43cd05ba06730329d4ba9f5933f933b5.tar.xz
Add operation to exclude package from database
Diffstat (limited to 'beku_test.go')
-rw-r--r--beku_test.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/beku_test.go b/beku_test.go
index a56395a..b8e46d9 100644
--- a/beku_test.go
+++ b/beku_test.go
@@ -10,6 +10,8 @@ import (
)
const (
+ testDBLoad = "testdata/beku.db"
+ testDBSaveExclude = "testdata/beku.db.exclude"
testGitRepo = "github.com/shuLhan/beku_test"
testGitRepoVersion = "c9f69fb"
testGitRepoShare = "github.com/shuLhan/share"