TSELab / guac-alytics

A series of tools and resources to better understand the risk profile of open source software ecosystems
Apache License 2.0
2 stars 0 forks source link

ENH: add base testing harness #7

Closed SantiagoTorres closed 1 year ago

SantiagoTorres commented 1 year ago

This includes the base files to let us use pytest for testing. The tests are set to fail now (with a dummy test called test_tests_exist(). Try it out with

pytest

under the scripts directory. Test autodiscovery should just work...

I'll followup with GHA for automated testing later.

SahithiKasim commented 1 year ago

I wrote few testcases for parsing the files. Can you check them and tell me the changes?