grail icon indicating copy to clipboard operation
grail copied to clipboard

Grail is a library which allows test script creation based on steps. It helps to structure your tests and get rid of additional test documentation for your code.

Results 1 grail issues
Sort by recently updated
recently updated
newest added

replace deprecated method in step_info.py Deprecated: args_def = inspect.getargspec(self.function)[0] Actual: args_def = inspect.getfullargspec(self.function)[0]