MCPcopy Create free account
hub / github.com/ScrapeGraphAI/Scrapegraph-ai / _delete_sample_file

Function _delete_sample_file

tests/utils/test_sys_dynamic_import.py:15–18  ·  view source on GitHub ↗

deletes a sample file at some path

(filepath: str)

Source from the content-addressed store, hash-verified

13
14
15def _delete_sample_file(filepath: str):
16 """deletes a sample file at some path"""
17 if os.path.exists(filepath):
18 os.remove(filepath)
19
20
21def test_srcfile_import_success():

Calls

no outgoing calls

Tested by

no test coverage detected