Files
pytest2/testing
Bruno Oliveira 747b8372ea Try to import module before creating dummy modules with 'importmode=importlib'
The dummy modules we introduce in `insert_missing_modules` (due to #7856 and #7859)
would cause problems if the dummy modules actually end up replacing modules
which could be imported normally because they are available in `PYTHONPATH`.

Now we attempt to first import the module via normal mechanisms, and only
introduce the dummy modules if the intermediary modules don't actually exist.

Close #9645
2022-02-14 09:42:05 -03:00
..
2021-12-12 14:38:45 +02:00
2021-03-07 15:01:39 +01:00
2020-08-03 10:10:43 +03:00
2021-12-27 09:23:15 -03:00
2020-10-05 18:33:17 -07:00
2021-12-28 10:11:35 +01:00
2021-12-27 09:23:15 -03:00
2021-12-27 09:23:15 -03:00
2021-12-27 09:23:15 -03:00