farzane

Results 2 issues of farzane

It would be useful when you need to call an API to assert something after a `given` and or `when` has been accomplished.

enhancement
feature

```python class Root(RestController): @action def import(self): .... ``` Causes `SyntaxError`

bug