<div dir="ltr">After writing simple Pytest tests (groups of discrete functions in one or more files) for some time, I am beginning to experiment with more sophisticated functionality.<br><div><br>I am struggling with the structural issues. One urgent question is: what is the recommended way of making certain data available project-wide, in different test files. Are there Pytest objects that are available by default to all test functions in all test files in a directory? Or does some particular class structure have to be written, for this to happen?<br><br></div><div>Thanks for your help.<br></div></div>