SYMBOL INDEX (27 symbols across 7 files) FILE: tests/test_all_json.py class TestAllFilesAreJSON (line 6) | class TestAllFilesAreJSON(unittest.TestCase): method test_all_files_JSON (line 13) | def test_all_files_JSON(self): method test_all_files_JSON_content (line 23) | def test_all_files_JSON_content(self): FILE: tests/test_json_spec.py class TestAllFilesHaveValidSpec (line 12) | class TestAllFilesHaveValidSpec(VulnDBTest): method test_severity (line 14) | def test_severity(self): method test_lengths (line 23) | def test_lengths(self): method test_id_match (line 37) | def test_id_match(self): method test_no_multiple_spaces (line 50) | def test_no_multiple_spaces(self): method test_url_is_not_404 (line 66) | def test_url_is_not_404(self): method get_owasp_url (line 93) | def get_owasp_url(self, owasp_version, risk_id): method url_is_404 (line 105) | def url_is_404(self, session, url): FILE: tests/test_markdown_refs.py class TestReferences (line 6) | class TestReferences(VulnDBTest): method get_references_for_language (line 12) | def get_references_for_language(self, language): method test_description_refs (line 52) | def test_description_refs(self): method test_fix_refs (line 68) | def test_fix_refs(self): FILE: tests/test_references.py class TestReferences (line 4) | class TestReferences(VulnDBTest): method test_no_redundant_cve_mitre_org_urls (line 11) | def test_no_redundant_cve_mitre_org_urls(self): FILE: tests/test_schema_compatability.py class TestAllFilesSchemaCompatability (line 9) | class TestAllFilesSchemaCompatability(VulnDBTest): method test_all_files_JSON_content (line 14) | def test_all_files_JSON_content(self): FILE: tests/test_valid_markdown.py class TestValidMarkdown (line 5) | class TestValidMarkdown(VulnDBTest): method test_valid_markdown (line 6) | def test_valid_markdown(self): FILE: tests/vulndb_test.py class VulnDBTest (line 6) | class VulnDBTest(unittest.TestCase): method get_all_json (line 9) | def get_all_json(self): method get_all_languages (line 21) | def get_all_languages(self): method get_file_from_ref (line 24) | def get_file_from_ref(self, language, file_type, file_ref): method get_description (line 32) | def get_description(self, language, desc_ref): method get_fix (line 35) | def get_fix(self, language, fix_ref):