Files
pytest2/doc/en
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
..
2020-12-16 11:19:45 -03:00
2022-09-01 07:55:41 -03:00
2018-05-23 16:45:23 +02:00
2021-12-27 09:23:15 -03:00
2023-02-15 14:06:24 +00:00
2012-06-06 08:52:53 +09:00
2019-12-19 10:35:15 +01:00
2022-06-10 15:40:53 +02:00