RenderThing test cases
authorNoah Campbell <noahcampbell@gmail.com>
Fri, 23 Aug 2013 21:47:03 +0000 (14:47 -0700)
committerNoah Campbell <noahcampbell@gmail.com>
Fri, 23 Aug 2013 23:21:28 +0000 (16:21 -0700)
commitf28a8fa0c2d8a7ec038a9dc8a07ecf5716587178
tree796fad88021f4a13486caf98157fa294619a9779
parent9d15262ee54ee03010e4f46b1a575744bda640da
RenderThing test cases

Provide unit test support RenderThing.

One observation is that creating the site.Tmpl variable is a one time
event.  site.Tmpl doesn't like additional templates with the same name.
This means that updating a template while in --watch mode requires
throwing away the entire Site object and creating a new one.  Not that
this is a bad idea, but it is something I discovered while working on
these unit tests.
hugolib/site.go
hugolib/site_test.go [new file with mode: 0644]