diff options
author | Gert-Jan Timmer <gjr.timmer@gmail.com> | 2018-06-05 13:43:35 +0200 |
---|---|---|
committer | Gert-Jan Timmer <gjr.timmer@gmail.com> | 2018-06-05 13:43:35 +0200 |
commit | 9b30110b833d7ccf265e47c0c1e9ed2ce516a449 (patch) | |
tree | 135780c6a1be76585ee744c272695193f2241dcc /sqlite3.goconvey | |
parent | Update User Authentication Documentation (diff) | |
download | golite-9b30110b833d7ccf265e47c0c1e9ed2ce516a449.tar.gz golite-9b30110b833d7ccf265e47c0c1e9ed2ce516a449.tar.xz |
ADD: sqlite_auth to goconvey test suite
Diffstat (limited to 'sqlite3.goconvey')
-rw-r--r-- | sqlite3.goconvey | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sqlite3.goconvey b/sqlite3.goconvey index 4a165c4..295b895 100644 --- a/sqlite3.goconvey +++ b/sqlite3.goconvey @@ -3,4 +3,6 @@ // Activate Coverage -cover +-tags=sqlite_userauth + // EOF
\ No newline at end of file |