Adds testing instructions at README

Change-Id: I67218334430c34a739fd8de4e60115554d1e976a
This commit is contained in:
Dhiana Deva 2015-10-26 17:05:16 -02:00
parent 9e3cccb84c
commit 04ad7884c1
1 changed files with 17 additions and 0 deletions

View File

@ -96,3 +96,20 @@ distribution. Note that all files are not required:
Use instead of plain core files to save on disk usage and bandwidth.
- Source maps (:code:`js/main.js.map`, :code:`js/main.js.map.gz`): only required
for debugging purposes.
Testing
=======
API
---
To test python code, run::
$ tox -e py27
Frontend
--------
To test javascript code, run::
$ npm test