Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
airsltd
/
clone
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
clone
/
tests
/
fixtures
/
__init__.py
tanbushi
update
82f9be0
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
202 Bytes
"""
测试数据模块初始化
"""
from
.test_data
import
create_test_entity_a, create_test_entity_b, get_test_messages
__all__ = [
"create_test_entity_a"
,
"create_test_entity_b"
,
"get_test_messages"
]