Files
pytest2/src/_pytest
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
..
2022-12-01 18:16:02 +01:00
2021-06-14 09:04:14 -03:00
2023-01-23 14:12:01 +02:00
2023-02-12 11:20:53 -03:00
2020-07-04 13:18:15 +03:00
2021-07-24 17:40:08 +03:00