Skip to content

Wrong arguments in methods #4

@DDimitris

Description

@DDimitris

A user may provide wrong arguments in methods. An example could be the following:

>>>from foaas.foaas_client import Fuck
>>>f = Fuck()
>>>print(f.that(from_="someone", to_="someone else").text)

In such a case line 63 may throw in exception because the key in the kwargs dictionary doesn't exists.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingenhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions