Skip to content

isheardwright/course-activity-planner

 
 

Repository files navigation

Table of Contents generated with DocToc

course-activity-planner

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

Setup

  • Setup a python virtualenv
cd python && virtualenv env

Run unit tests

  • Activate the python virtualenv
. env/bin/activate
  • Install the dependencies
pip install -r requirements.txt
  • Run the test suite
nosetests *.py
  • Optionally, you can get a coverage report
nosetests --with-cov --cov-report html --cov-config .coveragerc test.py

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 91.3%
  • Python 8.7%