Files
hugo/content
JuFisch 3a58818ea6 Add note to install Testify
* docs: Add note to install Testify

The Hugo Contributor Guide (Development) instructs users to run "go test ./..." and ensure it passes before moving on. However Hugo requires the Testify package for testing, and running the go test command without Testify results in 'cannot find package' errors and failing tests. It's hard to understand what to do next for users not familiar with Go dependencies. This commit adds a note to the contributor guide instructing users to get Testify if they don't already have it installed. Running the 'go get' command added here results in passing tests in the next step of the contributor guide.

* Fix typo https:// in go get command
2017-08-01 22:03:44 +02:00
..
2017-07-27 14:28:04 +02:00
2017-07-16 23:23:22 +02:00
2017-08-01 22:03:44 +02:00
2017-07-26 14:10:31 +02:00
2017-07-28 20:19:56 +02:00
2017-07-20 00:06:33 +02:00
2017-07-25 08:57:30 +02:00
2017-07-16 22:55:17 +02:00