We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f1bbf6 commit 40bdce8Copy full SHA for 40bdce8
test/test_csv2cve.py
@@ -50,4 +50,4 @@ def test_sample_csv(self):
50
def test_main(self):
51
""" Test running main. Likely needs to be expanded. """
52
returncode = main(["csv2cve"])
53
- self.assertEquals(0, returncode)
+ self.assertEqual(0, returncode)
0 commit comments