aboutsummaryrefslogtreecommitdiffstats
path: root/models/pull_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Disable merging a WIP Pull request (#4529)Julien Tant2018-08-131-0/+31
| | | | | | | | | | | | | | | | | * prevent pull request to be merged when PR is a WIP * add tests * add helper to prepend WIP: in PR title * move default wip prefixes into settings * use configurable WIP prefixes in javascript and default to first one in templates * add documentation * add unit test on pull model Signed-off-by: Julien Tant <julien@craftyx.fr>
* Fix unit test race condition (#2516)Ethan Koenig2017-09-151-2/+7
|
* Fix tests code to prevent some runtime errors (#2381)Morlinest2017-08-281-6/+8
| | | | | | * Fix tests code to prevent some runtime errors * Reduce nesting
* Consistency checks for unit tests (#853)Ethan Koenig2017-02-071-11/+8
|
* fix xorm NewSession uncorrected usages (#774)Lunny Xiao2017-01-281-3/+1
|
* Less boilerplate in models/ unit tests (#725)Ethan Koenig2017-01-251-32/+10
|
* Better coverage in pull_test (#615)Ethan Koenig2017-01-091-0/+8
|
* Unit tests for models/pull.goEthan Koenig2017-01-061-0/+251