Use the django-nose test runner, for the coverage features

This commit is contained in:
Calen Pennington
2012-05-14 16:34:26 -04:00
parent f0c07b28d1
commit a7995df63c
4 changed files with 41 additions and 1 deletions

View File

@@ -0,0 +1,28 @@
GRADER = [
{
'type' : "Homework",
'min_count' : 12,
'drop_count' : 2,
'short_label' : "HW",
'weight' : 0.15,
},
{
'type' : "Lab",
'min_count' : 12,
'drop_count' : 2,
'category' : "Labs",
'weight' : 0.15
},
{
'type' : "Midterm",
'name' : "Midterm Exam",
'short_label' : "Midterm",
'weight' : 0.3,
},
{
'type' : "Final",
'name' : "Final Exam",
'short_label' : "Final",
'weight' : 0.4,
}
]