summaryrefslogtreecommitdiffstats
path: root/hugolib/pagination_test.go
AgeCommit message (Expand)Author
2015-07-30Remove deprecated fields and methods for v0.15Anthony Fok
2015-07-18Add paginator support for page groupsBjørn Erik Pedersen
2015-05-20Stop Viper from leaking across many of the tests (now tests pass regardless o...spf13
2015-05-10Fix paginator with uglyurlsbep
2015-05-08Update test logs for uniformity and consistencybep
2015-04-22Fix broken Travis testsbep
2015-04-21pagination: export pager to make Golint happybep
2015-03-31Return error on wrong use of the Paginatorbep
2015-03-31Add pager size argument to paginator methodsbep
2015-03-18More initialism corrections (golint)Anthony Fok
2015-03-11Correct initialisms as suggested by golintAnthony Fok
2015-03-06Avoid panic when pagination on 0 pagesbep
2015-01-27Replace assert.Equal(true/false) with assert.True/Falsebep
2015-01-27Improve pagination testingbep
2015-01-26Add pagination support for home page, sections and taxonomiesbep