trailofbits / differ

Detecting Inconsistencies in Feature or Function Evaluations of Requirements
GNU Affero General Public License v3.0
67 stars 4 forks source link

Integration Test: wget #64

Closed ameily closed 1 year ago

ameily commented 1 year ago

wget is a sample that we've identified as medium complexity and we need an integration test for. Similar to other integration tests, the wget sample will be located at ./samples/wget/ with the following files:

A couple resources that can be used as an example:

To run a project, use the following:

pipenv run python -m differ --force --verbose path/to/project.yml
# example for wget
pipenv run python -m differ --force --verbose ./samples/wget/wget.yml

I created a stub wget.yml project that you can add additional templates to.

ameily commented 1 year ago

@ahussar-developer Do you mind looking into this? Let me know if you have any questions.

ahussar-developer commented 1 year ago

@ameily I will take a look!