interlynk-io / sbomqs

SBOM quality score - Quality metrics for your sboms
Apache License 2.0
158 stars 20 forks source link

add test case for particular function #257

Closed viveksahu26 closed 2 months ago

viveksahu26 commented 3 months ago

Signed-off-by: Vivek Kumar Sahu vivekkumarsahu650@gmail.com

Separate retriving files functionality from handlePath function to a seperate function for more modular, more organized, and multiple use.

So, this function, retriveFiles takes the path and returns all files .

Along with that written test case for it.

viveksahu26 commented 3 months ago

Hey @riteshnoronha , does this test sounds good ?