Spaces:
Running
on
Zero
Running
on
Zero
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 |