Skip to content

Commit c927145

Browse files
authored
feat: Add tests for SmartScraperGraph using sample text and configuration fixtures (@tejhande)
- Added pytest fixture to provide sample text from a file. - Added pytest fixture to provide graph configuration. - Implemented test_scraping_pipeline to test the execution of SmartScraperGraph. - Added assertions to verify the result is not None and to check the expected structure of the result. Contributed by @tejhande
1 parent 9e7038c commit c927145

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/graphs/scrape_plain_text_llama3_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Module for the tests
2+
Module for the tests.
33
"""
44
import os
55
import pytest

0 commit comments

Comments
 (0)