wala / ML

Eclipse Public License 2.0
25 stars 17 forks source link

Combine Pytest analysis classes with basic Python analysis #200

Open khatchad opened 3 months ago

khatchad commented 3 months ago

Combine Pytest analysis with basic Python analysis. In other words, merge classes like com.ibm.wala.cast.python.loader.PytestLoader, com.ibm.wala.cast.python.loader.PytestLoaderFactory, and com.ibm.wala.cast.python.client.PytestAnalysisEngine<T> with the general Python analysis classes.