Problem
Resolution
On the edit task page, when of a set of statuses you'll have the ability to add/view Commit and Test records against the task. Eventually we'll be able to determine how many tasks have tests.
When a Commit and/or Test is created/edited it is marked in the related Task history.
Only Task assignees or Task Managers can edit a Commit or Test record.
Commit might be::
user commit_number (required - char long enough to hold a git SHA) commit_link (html view of the commit) create_date
Test might be::
user instructions (required - default will be python manager.py test <app>) commit_number commit_link create_date
Probably needs further discussion.
This overlaps a little with http://code.pinaxproject.com/tasks/task/326/
This might be best hashed out in IRC. I do think that we out to provide some way for users to capture their final work (VCS links, uploads, or some other resource).