Skip to content

Latest commit

 

History

History
42 lines (34 loc) · 1.38 KB

README.md

File metadata and controls

42 lines (34 loc) · 1.38 KB

This project is affiliated with the Maison du logiciel libre (ML2) at ETS.

Table of Contents generated with DocToc

course-activity-planner

Build status Coverage Status

Tool for instructors to plan course activities and synchronize the data with syllabus, LMS, etc.

Setup

  • Setup a python virtualenv
cd python && virtualenv-3.4 env

Run unit tests

  • 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