qrohlf / trianglify

Algorithmically generated triangle art
http://qrohlf.com/trianglify/
GNU General Public License v3.0
10.08k stars 669 forks source link

Tests #19

Closed qrohlf closed 9 years ago

qrohlf commented 10 years ago

It would be nice to have some actual test coverage in the form of Mocha unit tests. One of these weekends...

qrohlf commented 10 years ago

Test framework and some example tests got added in 9e291827e96db5fb221483e2d5b78bbaca1ac179.

qrohlf commented 9 years ago

By the way, if anyone from the community feels like contributing tests you should go for it.

qrohlf commented 9 years ago

Tests for v0.2.0 are mostly done. Just need to implement a few things related to the color keywords and then do the tests for the pattern output functions.

qrohlf commented 9 years ago

Tests now run in node and on the browser, all pass, and are looking pretty good.