KotlinIsland

Results 497 comments of KotlinIsland

Does it set the working directory to be the project root?

Maybe it could be as simple as if the result of calling the keyword is a coroutine then await it. Doesn't need to drop 2 support to do that right?

I'd definitely be interested in implementing it.

# 😳 Could you please add python 3 support back in as It's what I use myself.

Hi @pekkaklarck, I have a need to report failures and inner keywords from within python code heres an example: ```py def some_kw() -> int: with keyword("outer kw", allow_fails=True): # in...

for example when I am validating 10 things on a page I want to be able to write the 10 assertions without any boilerplate ( in my implementation allow_fails only...

I have found that there is often a need to run a single function as a keyword, with the context manager the boilerplate is quite clunky, I use a custom...