Assigner 1.1.0!
We've added a --open
flag to assign
which assigns and opens assignments in one step. It's handy for assigning homework to new students who added the class after the assignment was posted.
We've also fixed a bug where attempting to open
an assignment twice for a student resulted in an exception.
Changes from 1.0.0:
- Warn when an assignment is already open for a student when running
open
- Calling
assign
with the--open
flag assigns and opens an assignment in one step - Removed remaining lint as specified by pylint.
- Removed old baserepo standalone code.
- Added Travis CI config for pylint and pyflakes.
- Added unittest scaffolding with nose
- Added
AssignerTestCase
, tests forassigner
,assigner get
, and all--help
uses.