Skip to content

Commit 35610f6

Browse files
committed
test_parser.py
1 parent c1c57ac commit 35610f6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

data/tests/test_parser.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
import pytest
22
from typing import List
33

4+
from data.parser import parse_urls
5+
46

57
def test_parse_urls():
68
urls = parse_urls()

0 commit comments

Comments
 (0)