Implemented goconvey for User Authentication Tests

Reference #580
This commit is contained in:
Gert-Jan Timmer
2018-06-01 17:59:42 +02:00
parent 90f966bed9
commit 11627e4483
6 changed files with 1089 additions and 181 deletions

11
sqlite3.goconvey Normal file
View File

@@ -0,0 +1,11 @@
// GoConvey Test Profile
// Activate Coverage
-cover
-run=TestUserAuthentication
// Test Flags
-tags=sqlite_userauth
// EOF