Files
pytest2/testing
Bruno Oliveira ff806b239e importlib: set children as attribute of parent modules (#12208)
Now `importlib` mode will correctly set the imported modules as an attribute of their parent modules.

As helpfully posted on #12194, that's how the Python import module works so we should follow suit.

In addition, we also try to import the parent modules as part of the process of importing a child module, again mirroring how Python importing works.

Fix #12194
2024-04-20 11:31:33 +00:00
..
2021-03-07 15:01:39 +01:00
2024-02-09 11:08:33 +02:00
2024-04-08 15:08:18 +01:00
2024-01-30 16:35:46 -03:00
2024-03-09 08:51:52 +02:00
2024-02-09 11:08:33 +02:00