lkang2 / glmatrix

Automatically exported from code.google.com/p/glmatrix
0 stars 0 forks source link

unit testing #23

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
We will need some sort of unit testing if this wants to be easily testable

Original issue reported on code.google.com by jeroom832@gmail.com on 23 Jun 2010 at 8:29

GoogleCodeExporter commented 8 years ago
I had a quick look around at javascript test frameworks, not sure which ones 
are the best but JQuery uses QUnit (http://docs.jquery.com/QUnit) which seems 
simple and must be fairly stable. Maybe it could be used.  I did a little test 
to see how it works. See attached, dump the files into a directory with 
glMatrix.js and load test_glMatrix.html.

Original comment by Drew.Whitehouse on 25 Jun 2010 at 7:56

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by Tojiro@gmail.com on 1 Jul 2010 at 9:36

GoogleCodeExporter commented 8 years ago
Thank you, I have been meaning to look into a library like this.

Original comment by Tojiro@gmail.com on 1 Jul 2010 at 9:40

GoogleCodeExporter commented 8 years ago

Original comment by Tojiro@gmail.com on 2 Jul 2010 at 5:03

GoogleCodeExporter commented 8 years ago
here is a part of the unit test

Original comment by jeroom832@gmail.com on 16 Aug 2010 at 10:10

Attachments: