forked from dmpayton/foaas-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request
Description
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
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request