Make tests work by default, without having to create any extra directories

This commit is contained in:
Calen Pennington
2012-05-17 11:02:54 -04:00
parent 37abb7aad1
commit a61cbab3d1
4 changed files with 3 additions and 2 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,
}
]

View File

0
test_root/log/.git-keep Normal file
View File