test_output module

class test_output.MyOutputSchema(extra=None, only=None, exclude=(), prefix=u'', strict=None, many=False, context=None, load_only=(), dump_only=(), partial=False)[source]

Bases: argschema.schemas.DefaultSchema

MyOutputSchema
key description default field_type json_type
a a simple string (REQUIRED) String unicode
b a default integer 5 Integer int
M a numpy array of answers (REQUIRED) NumpyArray ?
opts = <marshmallow.schema.SchemaOpts object>
test_output.test_alt_output(tmpdir)[source]
test_output.test_bad_output(tmpdir)[source]
test_output.test_output(tmpdir)[source]
test_output.test_output_unvalidated(tmpdir)[source]
test_output.test_tmp_output_cleanput(tmpdir)[source]