FourierTransformer / DailyMath

the daily math webapp!
https://dailymath.io
GNU General Public License v2.0
1 stars 0 forks source link

Get a lua/js testing framework in place #10

Open FourierTransformer opened 8 years ago

FourierTransformer commented 8 years ago

I believe I can use busted with lapis as per http://leafo.net/lapis/reference/testing.html - I'll have to look into that a bit more. I know I can use it for some of the utility functions (and should definitely do something).

For JS, testing around the solution methods (duration, numerical, etc) should definitely be written.

Also, look into testing anything and everything.

FourierTransformer commented 8 years ago

I have a spot for busted tests as of 1bd7f0db4fb26106e4ab9a60fe69deb92cc7268a. Still working on adding some for lapis and looking into js testing.