Make the config loading testable
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Fri, 5 Aug 2016 09:04:52 +0000 (11:04 +0200)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Tue, 6 Sep 2016 15:32:17 +0000 (18:32 +0300)
commit36f2a1f676c6e8821d2d1600c696dcb2658d1cc9
tree80e6215e63ce5fa3c8add46a74ef54da65ea277e
parentb6fcb3d0bbf8e7632206104cb14ce9e708fdbcd3
Make the config loading testable

This is needed to verify  #2309, but it closes a big hole in Hugo's automated tests.

The loading of the config is now moved to `hugolib` and the same default settings are now used
in production and tests.

As Viper now uses Afero as its filesystem, we now can write fairly complete integration tests with ease.

See #2309
hugolib/config.go [new file with mode: 0644]
hugolib/config_test.go [new file with mode: 0644]
hugolib/hugo_sites_test.go