jackwucn
jackwucn
thanks for you advice. I write a method to traverse the directory and import all the modules and methods in conftest.
 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.  @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