summaryrefslogtreecommitdiffstats
path: root/hugolib/path_separators_windows_test.go
AgeCommit message (Collapse)Author
2017-02-17hugolib: Fix Windows build failure, final takeBjørn Erik Pedersen
2017-02-17 hugolib: Fix Windows build failure, take 2Bjørn Erik Pedersen
2017-02-17hugolib: Fix Windows build failureBjørn Erik Pedersen
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
2015-12-10Add copyright header to that source files that don’t have one.Anthony Fok
See #1646
2015-05-08Update test logs for uniformity and consistencybep
Many minor fixes to make test logs more consistent and correct a mispelling. Standardize on "[%i] got X but expected Y" for log messages. Using a consistent layout makes it easier to read the test results. This was mostly changing "Got" to "got". Swapped the order of values on several calls to bring them in line with the convention. A few log messages had a sequence number added to identify the exact scenario that failed. Otherwise, there would be no way to ascertain which failed When there are many scenarios. Correct spelling of "expected." Fixes #1028 Merged be2097e1ad789eca5d893805a059d94defbe5c48 [close #1040]
2015-03-11Correct initialisms as suggested by golintAnthony Fok
First step to use initialisms that golint suggests, for example: Line 116: func GetHtmlRenderer should be GetHTMLRenderer as see on http://goreportcard.com/report/spf13/hugo Thanks to @bep for the idea! Note that command-line flags (cobra and pflag) as well as struct fields like .BaseUrl and .Url that are used in Go HTML templates need more work to maintain backward-compatibility, and thus are NOT yet dealt with in this commit. First step in fixing #959.
2015-01-12Correct typo in hugolib/path_separators_windows_test.goAnthony Fok
2015-01-11Correct spelling of two test files: seperators → separatorsAnthony Fok