kenken999's picture
d
3d2aa58
raw
history blame
217 Bytes
import pytest
from src.crawler import Crawler
def test_crawler():
crawler = Crawler('https://github.com/public-apis/public-apis?tab=readme-ov-file#art--design')
apis = crawler.crawl()
assert len(apis) > 0