writefreely/hugo-importer

Add unit-test suite

AngeloStavrow opened this issue · 1 comments

The project should include a suite of unit tests that ensure everything's working as expected.

Tests should be included for the following files:

  • utilities.go
  • parser.go
  • logger.go

Skipping logger.go testing because we're basically just testing functions that mostly call functions in dependencies.