hugo/hugolib
Noah Campbell 0305c82513 Move timezone tests to integration test.
Interacting with timezones will result in checks against the filesystem.
This access, by definition, is an integration test.  Creating a
*integration_test.go file will signify this change.

When interacting with Travis-ci.org, the ubuntu boxes plus go 1.1 do not
seem to support shortcode timezones, think PST.  In this case, the tests
are skipped.  This is not ideal, but the IRC #go-nuts channel has
indicated timezone support is still lacking.  We should advise users of
hugo that timezone support may be an issue and report any odd behavior.
The workaround is to use numeric timezones (-08:00 for PST, etc.)
2013-08-12 12:04:04 -07:00
..
benchmark_test.go Adding more test cases 2013-08-09 17:36:32 -07:00
config.go Adding support for destination dir, split out static 2013-07-26 18:06:13 -04:00
helpers.go Provide better support for various date formats. 2013-08-12 09:14:29 -07:00
index.go Added support for indexes of indexes & ordered indexes 2013-08-03 03:09:28 -04:00
node.go adding hugo 2013-07-04 11:32:55 -04:00
page.go Adding support for aliases (redirects) 2013-08-10 15:35:34 +01:00
page_test.go Move timezone tests to integration test. 2013-08-12 12:04:04 -07:00
page_time_integration_test.go Move timezone tests to integration test. 2013-08-12 12:04:04 -07:00
path_seperators_test.go Nitro timer is encapsulated. 2013-08-09 17:36:32 -07:00
redis.cn.md Adding benchmark for parsing pages using unicode. 2013-08-09 17:36:32 -07:00
shortcode.go adding hugo 2013-07-04 11:32:55 -04:00
site.go Avoid error if no content. 2013-08-12 14:31:39 +02:00