My solution to the FizzBuzz challenge.

The “FizzBuzz Test” is an interview question meant to filter out candidates that cannot program their way out of a paper bag. When I first read about this test on codinghorror, I assumed that it must be a very difficult challenge for it to filter out 99% of software development job candidates but it turns out it’s not hard, some “programmers” simply cannot code, which is why this would be difficult for them.

 
I have written a solution to the FizzBuzz Test. Please review and give me feedback on my solution:

https://gist.github.com/terrameijar/2da0e1fc128a45d59b3a342b5d0fb81d

And a unittest for good measure:

https://gist.github.com/terrameijar/a55a2d11569629704d50fb71cf7260b3