Skip to content

Commit d192798

Browse files
committed
Blackify and ignore mozilla tests
Signed-off-by: Hritik Vijay <hritikxx8@gmail.com>
1 parent e355706 commit d192798

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

vulnerabilities/helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ def fetch_yaml(url):
7272
create_etag = MagicMock()
7373

7474

75-
7675
def split_markdown_front_matter(lines: str) -> Tuple[str, str]:
7776
"""
7877
This function splits lines into markdown front matter and the markdown body
@@ -107,6 +106,7 @@ def split_markdown_front_matter(lines: str) -> Tuple[str, str]:
107106

108107
return "\n".join(fmlines), "\n".join(mdlines)
109108

109+
110110
def contains_alpha(string):
111111
"""
112112
Return True if the input 'string' contains any alphabet

vulnerabilities/tests/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,5 @@ def no_rmtree(monkeypatch):
7474
"test_importer_yielder.py",
7575
"test_upstream.py",
7676
"test_istio.py",
77+
"test_mozilla.py",
7778
]

0 commit comments

Comments
 (0)