unittests/README.txt
author hamidouk
Thu, 03 Nov 2011 13:10:47 +0100
branchpopcorn-port
changeset 179 7b46fbf4cf6c
parent 58 f92e6c4baae9
permissions -rw-r--r--
added a small test.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
58
f92e6c4baae9 Renamed LAYOUT.txt and added sinon.js for mockups.
hamidouk
parents:
diff changeset
     1
Layout of the unittests directory
f92e6c4baae9 Renamed LAYOUT.txt and added sinon.js for mockups.
hamidouk
parents:
diff changeset
     2
==================================
f92e6c4baae9 Renamed LAYOUT.txt and added sinon.js for mockups.
hamidouk
parents:
diff changeset
     3
f92e6c4baae9 Renamed LAYOUT.txt and added sinon.js for mockups.
hamidouk
parents:
diff changeset
     4
We've got a directory for tests - unittests/tests. Add your tests there. There should be only one file per functionality area tested (i.e - all the
f92e6c4baae9 Renamed LAYOUT.txt and added sinon.js for mockups.
hamidouk
parents:
diff changeset
     5
tests about JSONSerializer should be in jsonserializer.js). Your tests should be wrapped in a function named "test_$filename$" where $filename$ is the
f92e6c4baae9 Renamed LAYOUT.txt and added sinon.js for mockups.
hamidouk
parents:
diff changeset
     6
name of your file. Don't forget to define a module for your tests and to add a reference to your file in index.html