test_ok2/doc/en/explanation
Manuel Jacob da626e7186
Update import mode documentation to not refer to __import__() anymore. (#10747)
Nowadays, the prepend and append import modes use importlib.import_module() instead of __import__().

There was a phrase “which avoids having to use `__import__`”, in which I couldn’t just replace `__import__` by `importlib.import_module` because the latter is used (in insert_missing_modules()) also when using importlib mode. Therefore I removed the part from the sentence.
2023-02-18 18:55:46 -03:00
..
anatomy.rst Created a new Explanation section and new landing pages for main sections. 2021-03-12 22:57:53 +00:00
fixtures.rst Replace hardcoded links to Github issues with extlinks (#9234) 2021-11-06 11:16:11 +02:00
flaky.rst doc: Fix 404 'identify flaky test' link (#10244) 2022-09-15 23:34:22 +02:00
goodpractices.rst Remove reference to explicit pytest tox support 2022-12-14 08:38:11 -03:00
index.rst Explicitly listed the four documentation sections on index.rst 2021-03-16 20:26:05 +00:00
pythonpath.rst Update import mode documentation to not refer to __import__() anymore. (#10747) 2023-02-18 18:55:46 -03:00