test_first_test module

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

Bases: argschema.schemas.ArgSchema

This schema is designed to be a schema_type for an ArgSchemaParser object
BadExampleRecursiveSchema
key description default field_type json_type
log_level set the logging level of the module ERROR LogLevel unicode
tree no description (REQUIRED) BadRecursiveSchema dict
opts = <marshmallow.schema.SchemaOpts object>
class test_first_test.BadRecursiveSchema(extra=None, only=(), exclude=(), prefix=u'', strict=None, many=False, context=None, load_only=(), dump_only=(), partial=False)[source]

Bases: marshmallow.schema.Schema

BadRecursiveSchema
key description default field_type json_type
children children of this node NA BadRecursiveSchema list
name name of this node anonymous String unicode
opts = <marshmallow.schema.SchemaOpts object>
class test_first_test.ExampleRecursiveSchema(extra=None, only=(), exclude=(), prefix=u'', strict=None, many=False, context=None, load_only=(), dump_only=(), partial=False)[source]

Bases: argschema.schemas.ArgSchema

This schema is designed to be a schema_type for an ArgSchemaParser object
ExampleRecursiveSchema
key description default field_type json_type
log_level set the logging level of the module ERROR LogLevel unicode
tree no description (REQUIRED) RecursiveSchema dict
opts = <marshmallow.schema.SchemaOpts object>
class test_first_test.ModelFit(extra=None, only=(), exclude=(), prefix=u'', strict=None, many=False, context=None, load_only=(), dump_only=(), partial=False)[source]

Bases: argschema.schemas.DefaultSchema

ModelFit
key description default field_type json_type
fit_type no description NA String unicode
hof no description NA InputFile unicode
hof_fit no description NA InputFile unicode
opts = <marshmallow.schema.SchemaOpts object>
class test_first_test.MyExtension(extra=None, only=(), exclude=(), prefix=u'', strict=None, many=False, context=None, load_only=(), dump_only=(), partial=False)[source]

Bases: argschema.schemas.DefaultSchema

MyExtension
key description default field_type json_type
a a string (REQUIRED) String unicode
c an integer 10 Integer int
b an integer NA Integer int
d a list of integers NA List int
opts = <marshmallow.schema.SchemaOpts object>
class test_first_test.MyExtensionOld(extra=None, only=(), exclude=(), prefix=u'', strict=None, many=False, context=None, load_only=(), dump_only=(), partial=False)[source]

Bases: marshmallow.schema.Schema

MyExtensionOld
key description default field_type json_type
a a string NA String unicode
c an integer 10 Integer int
b an integer NA Integer int
d a list of integers NA List int
opts = <marshmallow.schema.SchemaOpts object>
class test_first_test.MyShorterExtension(extra=None, only=(), exclude=(), prefix=u'', strict=None, many=False, context=None, load_only=(), dump_only=(), partial=False)[source]

Bases: argschema.schemas.ArgSchema

This schema is designed to be a schema_type for an ArgSchemaParser object
MyShorterExtension
key description default field_type json_type
a a string NA String unicode
c an integer 10 Integer int
b an integer NA Integer int
log_level set the logging level of the module ERROR LogLevel unicode
d a list of integers NA List int
opts = <marshmallow.schema.SchemaOpts object>
class test_first_test.PopulationSelectionParameters(extra=None, only=(), exclude=(), prefix=u'', strict=None, many=False, context=None, load_only=(), dump_only=(), partial=False)[source]

Bases: argschema.schemas.ArgSchema

This schema is designed to be a schema_type for an ArgSchemaParser object
PopulationSelectionParameters
key description default field_type json_type
paths no description NA PopulationSelectionPaths dict
log_level set the logging level of the module ERROR LogLevel unicode
opts = <marshmallow.schema.SchemaOpts object>
class test_first_test.PopulationSelectionPaths(extra=None, only=(), exclude=(), prefix=u'', strict=None, many=False, context=None, load_only=(), dump_only=(), partial=False)[source]

Bases: argschema.schemas.DefaultSchema

PopulationSelectionPaths
key description default field_type json_type
fits no description NA ModelFit list
opts = <marshmallow.schema.SchemaOpts object>
class test_first_test.RecursiveSchema(extra=None, only=(), exclude=(), prefix=u'', strict=None, many=False, context=None, load_only=(), dump_only=(), partial=False)[source]

Bases: argschema.schemas.DefaultSchema

RecursiveSchema
key description default field_type json_type
children children of this node NA RecursiveSchema list
name name of this node anonymous String unicode
opts = <marshmallow.schema.SchemaOpts object>
class test_first_test.SimpleExtension(extra=None, only=(), exclude=(), prefix=u'', strict=None, many=False, context=None, load_only=(), dump_only=(), partial=False)[source]

Bases: argschema.schemas.ArgSchema

This schema is designed to be a schema_type for an ArgSchemaParser object
SimpleExtension
key description default field_type json_type
test no description (REQUIRED) MyExtension dict
log_level set the logging level of the module ERROR LogLevel unicode
opts = <marshmallow.schema.SchemaOpts object>
class test_first_test.SimpleExtensionOld(extra=None, only=(), exclude=(), prefix=u'', strict=None, many=False, context=None, load_only=(), dump_only=(), partial=False)[source]

Bases: argschema.schemas.ArgSchema

This schema is designed to be a schema_type for an ArgSchemaParser object
SimpleExtensionOld
key description default field_type json_type
test no description None MyExtensionOld dict
log_level set the logging level of the module ERROR LogLevel unicode
opts = <marshmallow.schema.SchemaOpts object>
test_first_test.bad_test_recursive_schema()[source]
test_first_test.simple_extension_file(tmpdir_factory)[source]
test_first_test.test_bad_input_json_argparse()[source]
test_first_test.test_bad_path()[source]
test_first_test.test_david_example(tmpdir_factory)[source]
test_first_test.test_log_catch()[source]
test_first_test.test_recursive_schema()[source]
test_first_test.test_simple_description()[source]
test_first_test.test_simple_example()[source]
test_first_test.test_simple_extension_fail()[source]
test_first_test.test_simple_extension_old_pass()[source]
test_first_test.test_simple_extension_pass()[source]
test_first_test.test_simple_extension_required()[source]
test_first_test.test_simple_extension_write_debug_level(simple_extension_file)[source]
test_first_test.test_simple_extension_write_overwrite(simple_extension_file)[source]
test_first_test.test_simple_extension_write_overwrite_list(simple_extension_file)[source]
test_first_test.test_simple_extension_write_pass(simple_extension_file)[source]