Skip to content

Commit 1275d11

Browse files
committed
test_parser.py
1 parent 5ea13f6 commit 1275d11

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

data/tests/test_parser.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
import pytest
22
from typing import List
33

4-
from data import urls
4+
from data import parse_urls
55

66

77
def test_parse_urls():
88

9+
urls = parse_urls()
10+
911
assert(type(urls)) == List[str]

0 commit comments

Comments
 (0)