I'm try to create python GUI application that will run pytest tests. My main GUI application will have some conftest files with fixtures and hooks The application will need to run tests in selected folder.
To test this concept, i try to run now pytest from the python with pytest.main("a/b/tests_folder") when my main python script found in different folder from the tests folder.
The issue now is how to use both conftests of my main application and of tests folder