This project is affiliated with the Maison du logiciel libre (ML2) at .
Table of Contents generated with DocToc
Tool for instructors to plan course activities and synchronize the data with syllabus, LMS, etc.
- Setup a python virtualenv
cd python && virtualenv-3.4 env
- Activate the python virtualenv
. env/bin/activate
- Install the dependencies
pip install -r requirements.txt
- Run the test suite
nosetests
- Optionally, you can get a coverage report
nosetests --with-coverage