aboutsummaryrefslogtreecommitdiffstats
path: root/modules/base/tool_test.go
Commit message (Expand)AuthorAgeFilesLines
* Make time diff translatable (#2057)Lauris BH2017-06-281-9/+7
* xxx_active_code_live setting in printed in hours and minutes instead … (#1814)Jonas Östanbäck2017-05-291-0/+14
* Remove test that touch networkAndrey Nering2017-02-251-14/+2
* Fix race condition in unit test (#456)Ethan Koenig2016-12-231-2/+7
* Bindata is optional and over-writable on restart (#354)Thomas Boerger2016-12-221-1/+1
* Bug fixes and tests for modules/base (#442)Ethan Koenig2016-12-221-16/+217
* Fix random string generator (#384)Denis Denisov2016-12-201-1/+3
* Update import paths from github.com/go-gitea to code.gitea.io (#135)Sandro Santilli2016-11-101-1/+1
* Add test for IsTextFile()Matthias Loibl2016-11-071-3/+7
* Add test for IsLetter()Matthias Loibl2016-11-071-1/+15
* Add test for Int64sToMap()Matthias Loibl2016-11-071-1/+8
* Add tests for StringsToInt64s() & Int64sToStrings()Matthias Loibl2016-11-071-8/+43
* Add tests for TruncateString()Matthias Loibl2016-11-071-1/+11
* Add tests for EllipsisString() and fix bug if param length < 3Matthias Loibl2016-11-071-4/+12
* Test AvatarLink and refactor with tests passingMatthias Loibl2016-11-071-1/+23
* Use testify/assert for all tests in tool_test.goMatthias Loibl2016-11-071-31/+12
* Add unit test for base.FileSize()Matthias Loibl2016-11-071-2/+23
* Start to add tests for modules/base/toolMatthias Loibl2016-11-071-0/+83