Open jamofer opened 5 years ago
This PR fixes the following issues related with keyword decorators:
import robot.api.deco from robot.api import deco @robot.api.deco.keyword('This works') def this_works(): pass @deco.keyword(name="And this") def and_this(): pass
This PR fixes the following issues related with keyword decorators: