Skip to content

Add attributes check to BasePersona #132

@sergioburdisso

Description

@sergioburdisso

BasePersona sub-classes are not checking the attribute names. For instance, you can provide any attribute (or even a typo) and won't complain:

from sdialog.personas import Persona

persona = Persona(asdasd="zxczxc")

Won't throw any error...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions