summaryrefslogtreecommitdiffstats
path: root/app/app_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Improve test coverage reporting / accuracy (#7819)Chris2017-11-131-0/+1
| | | | | | | | | | * improve test coverage reporting / accuracy * handle absolute coverpaths * move tests into multiple files * rename codecov.yml (https://github.com/codecov/support/issues/426)
* invoke config listeners when app.UpdateConfig is used (#7773)Chris2017-11-031-0/+23
|
* Refactoring cfg refs and load / save functions (#7749)Chris2017-10-311-6/+1
| | | | | | * refactoring cfg refs and load / save functions * improve error output
* Fix webconn shutdown race (#7631)Chris2017-10-161-0/+8
| | | | | | | | | | * fix webconn shutdown race * make sure writePump returns promptly if readPump returns first * fix app shutdown race * minor improvement
* parallel tests (#7629)Chris2017-10-161-0/+48