friends-of-hugo / contentful-export

Extract Contentful to Hugo
MIT License
23 stars 8 forks source link

Unit tests missing #2

Closed adriaandejonge closed 7 years ago

adriaandejonge commented 7 years ago

Add unit tests and work with simple mocking for https requests.

adriaandejonge commented 7 years ago

Added first unit tests for internal functions of dump/worker.go and set up basics for doing unit testing in Go

adriaandejonge commented 7 years ago

Increased unit test coverage to 89.6% by refactoring, mocking and adding unit tests / integration tests