We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement Additional Tests for User Authentication Module
The test(s) can be run with the following command:
go test -v -tags sqlite_userauth -run sqlite3_opt_userauth_test.go
The text was updated successfully, but these errors were encountered:
UPD: TestAuthCreateDatabase
f7f8019
* Renamed test * Implemented 'exists' test * WIP mattn#580
Add additional tests
90f966b
Reference: mattn#580
Implemented goconvey for User Authentication Tests
e2e6176
Reference mattn#580
11627e4
Update TestUserAuthentication*
5d4828a
* Update goconvey profile * Divided tests in categories Reference mattn#580
No branches or pull requests
Implement Additional Tests for User Authentication Module
The test(s) can be run with the following command:
The text was updated successfully, but these errors were encountered: