LLNL / Surfactant

Modular framework for file information extraction and dependency analysis to generate accurate SBOMs
MIT License
24 stars 16 forks source link

CI job to run tests for plugins #268

Open nightlark opened 1 month ago

nightlark commented 1 month ago

Add a CI job that checks the various plugins (subfolders in the plugins folder) for the presence of tests. If it has them, create a new virtual environment to test each plugin that installs a copy of Surfactant then runs pytest in the plugins subfolder.

nightlark commented 16 hours ago

Duplicates #202