Age | Commit message (Collapse) | Author |
|
|
|
Resulting file contains a 4-tuple with edit, line, submission and query
frequencies. Each element of the tuple is a dictionary of the form
<pid>: dictionary of frequencies
The data in this file will be loaded by the tutor app and used for
generating hints.
|
|
Drop monkey/db.py and use Django models instead.
|
|
Runs tests for the specified predicate on the given code and returns
True if all tests succeed. Stop at first failure.
|
|
|
|
|
|
|
|
Importing pymonkey into webmonkey, let's see how this works.
|