summaryrefslogtreecommitdiffstats
path: root/source/file_test.go
AgeCommit message (Collapse)Author
2017-02-17all: Refactor to nonglobal Viper, i18n etc.Bjørn Erik Pedersen
This is a final rewrite that removes all the global state in Hugo, which also enables the use if `t.Parallel` in tests. Updates #2701 Fixes #3016
2016-12-31source: Make UniqueID ... uniqueBjørn Erik Pedersen
Fixes #2861
2016-06-25helpers: Remove ToReader funcsCameron Moore
Remove StringToReader and BytesToReader in favor of using the stdlib directly.
2015-12-10Add copyright header to that source files that don’t have one.Anthony Fok
See #1646
2015-03-12source: add some test cases for Filebep