Scrapegraph-ai/tests
khadyottakale 536e5adcde fix: update broken test imports to match current API
- Replace removed ScrapeGraph with SmartScraperGraph in scrape_graph_test.py
- Replace renamed convert_to_csv/convert_to_json with export_to_csv/export_to_json in xml_scraper_openai_test.py
2026-03-04 13:38:00 +05:30
..
graphs fix: update broken test imports to match current API 2026-03-04 13:38:00 +05:30
inputs feat: update terms 2025-03-10 11:27:33 +01:00
nodes codebeaver/pre/beta-963 - . 2025-04-14 07:50:46 +00:00
utils codebeaver/pre/beta-963 - . 2025-04-14 07:50:46 +00:00
Readme.md run pre commit 2025-01-12 16:35:31 +01:00
test_batch_api.py feat: add OpenAI Batch API support for SmartScraperMultiGraph (#1036) 2026-02-21 03:17:15 +05:00
test_chromium.py codebeaver/pre/beta-963 - . 2025-04-15 11:28:31 +00:00
test_cleanup_html.py codebeaver/pre/beta-963 - . 2025-04-14 07:50:46 +00:00
test_csv_scraper_multi_graph.py codebeaver/pre/beta-963 - . 2025-04-15 10:37:49 +00:00
test_depth_search_graph.py codebeaver/pre/beta-963 - . 2025-04-14 07:50:46 +00:00
test_generate_answer_node.py codebeaver/pre/beta-963 - . 2025-04-14 07:50:46 +00:00
test_json_scraper_graph.py codebeaver/pre/beta-963 - . 2025-04-14 07:50:46 +00:00
test_json_scraper_multi_graph.py codebeaver/pre/beta-963 - . 2025-04-15 11:28:31 +00:00
test_models_tokens.py codebeaver/pre/beta-963 - . 2025-04-14 07:50:46 +00:00
test_omni_search_graph.py codebeaver/pre/beta-963 - . 2025-04-15 11:28:31 +00:00
test_scrape_do.py codebeaver/pre/beta-963 - . 2025-04-14 08:19:18 +00:00
test_script_creator_multi_graph.py codebeaver/pre/beta-963 - . 2025-04-15 11:28:31 +00:00
test_search_graph.py codebeaver/pre/beta-963 - . 2025-04-14 07:50:46 +00:00
test_smart_scraper_multi_concat_graph.py codebeaver/pre/beta-963 - . 2025-04-15 11:28:31 +00:00

Test section

Regarding the tests for the folder graphs and nodes it was created a specific repo as a example (link of the repo). The test website is hosted here. Remember to activating Ollama and having installed the LLM on your pc

For running the tests run the command:

pytest