aboutsummaryrefslogtreecommitdiffstats
path: root/modules/user/user_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Add gitea-vet (#10948)John Olheiser2020-04-051-0/+4
| | | | | | | | | | | | | | | | | * Add copyright Signed-off-by: jolheiser <john.olheiser@gmail.com> * Add gitea-vet and fix non-compliance Signed-off-by: jolheiser <john.olheiser@gmail.com> * Combine tools.go into build.go and clean up Signed-off-by: jolheiser <john.olheiser@gmail.com> * Remove extra GO111MODULE=on Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Add golangci (#6418)kolaente2019-06-121-1/+1
|
* Remove check for negative length (#5120)Oleg Kovalov2018-10-201-1/+1
|
* Use native go method to get current user rather than environment variable ↵SagePtr2018-10-181-9/+28
| | | | | | | | (#4930) * Use native go method to get current user rather than environment var * Use t.Skip instead of return in test
* Add tests for CurrentUsername() (#88)Matthias Loibl2016-11-061-0/+22