Skip to content

Conversation

ananthan-123
Copy link
Contributor

fixed #412

""" Test a csv file with a bad package column (should fail) """
output = csv2cve(os.path.join(self.CSV_PATH, "bad_package.csv"))
""" Test a csv file with a bad product column (should fail) """
output = csv2cve(os.path.join(self.CSV_PATH, "bad_product.csv"))
Copy link
Contributor

@terriko terriko Feb 27, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CI is failing because you didn't also rename the .csv file. Looking good otherwise, though!

@terriko
Copy link
Contributor

terriko commented Feb 27, 2020

That looks to have done the trick. Thank you!

@terriko terriko merged commit 774a3c6 into intel:master Feb 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

csv2cve uses "package" instead of "product"
2 participants