An individual data value or action, with concrete results
Methods
|
|
_assertUnscored
assertEqual
exception
getParent
ignore
right
wrong
|
|
_assertUnscored
|
_assertUnscored ( self )
Exceptions
|
|
ValueError( "Cell already scored", self )
|
|
|
assertEqual
|
assertEqual (
self,
value,
dataType=model.String,
)
Check that text matches value , using dataType for conversions
If the value doesn't match, the cell will be flagged as "wrong",
and the actual value is added to the cell.
|
|
exception
|
exception ( self, exc_info=None )
Flag the cell as producing an error, w/traceback info
|
|
getParent
|
getParent ( self )
|
|
ignore
|
ignore ( self )
Flag the cell as ignored
|
|
right
|
right ( self )
Flag the cell as correct
|
|
wrong
|
wrong ( self, *actual )
Flag the cell as incorrect, w/optional actual value
|
|