diff options
author | Gert-Jan Timmer <gjr.timmer@gmail.com> | 2018-06-01 17:59:42 +0200 |
---|---|---|
committer | Gert-Jan Timmer <gjr.timmer@gmail.com> | 2018-06-04 15:50:00 +0200 |
commit | 11627e448371b6f065fbba2d297cc7f622f5eeac (patch) | |
tree | d7e83c1961d6c1ac47c8ce9d3c97a31f31653215 /sqlite3.goconvey | |
parent | Add additional tests (diff) | |
download | golite-11627e448371b6f065fbba2d297cc7f622f5eeac.tar.gz golite-11627e448371b6f065fbba2d297cc7f622f5eeac.tar.xz |
Implemented goconvey for User Authentication Tests
Reference #580
Diffstat (limited to 'sqlite3.goconvey')
-rw-r--r-- | sqlite3.goconvey | 11 |
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 |