jackwucn

Results 4 comments of jackwucn

thanks for you advice. I write a method to traverse the directory and import all the modules and methods in conftest.

![image](https://github.com/DetachHead/pytest-robotframework/assets/11456005/899b5a8c-65a9-4793-8ee5-2ea38cf86232) only this function has been logged

when I use setup_module, it has been executed before each test case, My hopes is it execute only once before the module. ![image](https://github.com/DetachHead/pytest-robotframework/assets/11456005/88783a44-0f91-4761-937b-dc3d7864fc37) @fixture(scope="session") def setup(): logging.info("1") the fixture did't...

it's working now, after upgrade to 2.5.1. Thanks for you kindly reply