X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=blobdiff_plain;f=notes%2Fdevelopers.txt;fp=notes%2Fdevelopers.txt;h=66ee39a82d65ff018336b068987c817f7b80b375;hp=14dd86abe17e5ce520c77d15d89a1f93f38267bc;hb=4ded4703dd42e64d3e4bd253c1298c35dbb9da7f;hpb=03c57643aed47db6b974a3bd35b707c284e584a5 diff --git a/notes/developers.txt b/notes/developers.txt index 14dd86a..66ee39a 100644 --- a/notes/developers.txt +++ b/notes/developers.txt @@ -62,9 +62,17 @@ Most (all?) code work happens in mkws.js. Unit tests ---------- +Tests are based on jasmine. a general description of jasmine is on +http://jasmine.github.io/1.3/introduction.html + If you want understand the test than you can look at mkws/test/spec/mkws-config.js and mkws/test/spec/mkws-pazpar2.js . See also mkws/test/README.txt +The test scripts are included from the test page, for example +mkws/examples/htdocs/jasmine-popup.html has + + + Structure of mkws.js