51d0619 Add new options for %%py{3}_check_import: -f, -t, -e

Authored and Committed by ksurma 2 years ago
    Add new options for %%py{3}_check_import: -f, -t, -e
    
    -f: optionally read a file with module names to test
    -t: bool flag - if set, filter only top-level modules
    -e: optionally exclude module names matching the given glob (Unix
    shell-style wildcards)
    Importing all modules may cause bogus failures in some cases,
    eg. when the imported code assumes there is an existing graphical window.
    Such behaviour may be by design, hence for automatic processing it's
    more convinient to - in some cases - check only for top-level modules
    or filter out the troublemakers.
    
        
file added
+152
file modified
+7 -6
file modified
+7 -6
file modified
+10 -2
file modified
+16 -14
file modified
+1 -1