mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Split out support code that is specific to source tests out of
importlib.test.support to importlib.test.source.util.
This commit is contained in:
parent
30b047dc35
commit
4ee2cdaf65
8 changed files with 123 additions and 113 deletions
|
|
@ -3,9 +3,6 @@ to do
|
|||
|
||||
* Reorganize support code.
|
||||
|
||||
+ Separate general support code and importer-specific (e.g. source) support
|
||||
code.
|
||||
- Create support modules for each subdirectory (as needed).
|
||||
+ Add a file loader mock that returns monotonically increasing mtime.
|
||||
- Use in source/test_reload.
|
||||
- Use in source/test_load_module_mixed.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue