test_output module

class test_output.MyOutputSchema(only=None, exclude=(), many=False, context=None, load_only=(), dump_only=(), partial=False, unknown=None)[source]

Bases: argschema.schemas.DefaultSchema

MyOutputSchema
key description default field_type json_type
a a simple string (REQUIRED) String str
b a default integer 5 Integer int
M a numpy array of answers (REQUIRED) unknown unknown
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]