pytest recommends using the importlib import mode for new projects to avoid test name conflicts, as described in the documentation. Our test files all have different names, so this hasn't been an issue, but it's still a good idea to use the recommended practice. So I'm changing the pytest configuration to do so.
pytest recommends using the importlib import mode for new projects to avoid test name conflicts, as described in the documentation. Our test files all have different names, so this hasn't been an issue, but it's still a good idea to use the recommended practice. So I'm changing the pytest configuration to do so.