aboutsummaryrefslogtreecommitdiff
path: root/sqlite3.goconvey
diff options
context:
space:
mode:
Diffstat (limited to 'sqlite3.goconvey')
-rw-r--r--sqlite3.goconvey11
1 files changed, 11 insertions, 0 deletions
diff --git a/sqlite3.goconvey b/sqlite3.goconvey
new file mode 100644
index 0000000..73c2bb6
--- /dev/null
+++ b/sqlite3.goconvey
@@ -0,0 +1,11 @@
+// GoConvey Test Profile
+
+// Activate Coverage
+-cover
+
+-run=TestUserAuthentication
+
+// Test Flags
+-tags=sqlite_userauth
+
+// EOF \ No newline at end of file