Skip to content

Commit c1c57ac

Browse files
committed
First test
1 parent aa214af commit c1c57ac

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

data/tests/test_parser.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
import pytest
2+
from typing import List
3+
4+
5+
def test_parse_urls():
6+
urls = parse_urls()
7+
8+
assert(type(urls)) == List[str]

0 commit comments

Comments
 (0)