c1baa53 Introduce %%pyproject_check_import

Authored and Committed by ksurma 2 years ago
    Introduce %%pyproject_check_import
    
    %%pyproject_save_files newly saves also a list of importable modules.
    The list is used by %%pyproject_check_import to invoke the import test
    on each module name.
    %%pyproject_check_import accepts two options:
    -t: filter only top-level modules
    -e: exclude module names matching the given glob from the import check
    
        
file modified
+47 -0
file modified
+13 -1
file modified
+6 -1
file modified
+90 -7
file modified
+67 -25
file modified
+3 -0
file modified
+10 -1
file modified
+3 -0