_____________________ TestCSV2CVE.test_csv2cve_valid_file ______________________ self = caplog = <_pytest.logging.LogCaptureFixture object at 0x7fd06e5e25a0> @pytest.mark.asyncio async def test_csv2cve_valid_file(self, caplog): file_path = join(dirname(__file__), "csv", "triage.csv") csv2cve.main(["csv2cve", file_path]) > assert ( "cve_bin_tool", logging.INFO, "There are 2 products with known CVEs detected", ) in caplog.record_tuples E AssertionError: assert ('cve_bin_tool', 20, 'There are 2 products with known CVEs detected') in [] E + where [] = <_pytest.logging.LogCaptureFixture object at 0x7fd06e5e25a0>.record_tuples test/test_csv2cve.py:20: AssertionError