aboutsummaryrefslogtreecommitdiff
path: root/sqlite3.goconvey
diff options
context:
space:
mode:
authormattn <mattn.jp@gmail.com>2018-06-08 10:05:37 +0900
committerGitHub <noreply@github.com>2018-06-08 10:05:37 +0900
commit4218441e44e93e64bc8ed054741a2c33988500b5 (patch)
tree9677a3a0521b9fe7a59cab240a8177e85589cdd3 /sqlite3.goconvey
parentMerge pull request #583 from lucasmrod/bug/#542-nil-byte-slice-to-null-blob (diff)
parentFix: test suite remove created files (diff)
downloadgolite-4218441e44e93e64bc8ed054741a2c33988500b5.tar.gz
golite-4218441e44e93e64bc8ed054741a2c33988500b5.tar.xz
Merge pull request #586 from mattn/feature/userauth
Feature/userauth
Diffstat (limited to 'sqlite3.goconvey')
-rw-r--r--sqlite3.goconvey8
1 files changed, 8 insertions, 0 deletions
diff --git a/sqlite3.goconvey b/sqlite3.goconvey
new file mode 100644
index 0000000..295b895
--- /dev/null
+++ b/sqlite3.goconvey
@@ -0,0 +1,8 @@
+// GoConvey Test Profile
+
+// Activate Coverage
+-cover
+
+-tags=sqlite_userauth
+
+// EOF \ No newline at end of file