SoftwareUnderstanding / inspect4py

Static code analysis package for Python repositories
https://inspect4py.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
27 stars 10 forks source link

fixing the extraction of multiple mains, adding a test #355

Closed rosafilgueira closed 2 years ago

rosafilgueira commented 2 years ago

Modifing utils.py to detect if a script with main imports more than one scripts with main. Adding also a test for this