alwindoss / morse

Morse Code Library in Go
https://pkg.go.dev/github.com/alwindoss/morse
BSD 3-Clause "New" or "Revised" License
82 stars 13 forks source link

Refactor tests: use assertNoError and assertEqual methods #15

Closed alexandear closed 6 years ago

alexandear commented 6 years ago

Each test divided into three steps: set up, execute method and check.

alwindoss commented 6 years ago

@alexandear I am away from my laptop, I will get to it as soon as I get my hands on my laptop. Thank you for the PR much appreciated