We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa214af commit c1c57acCopy full SHA for c1c57ac
1 file changed
data/tests/test_parser.py
@@ -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