Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Zappandy
/
Kirana_AI
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Kirana_AI
/
scripts
/
smoke_test.sh
Zappandy
Deploy to HF Space
dae60e5
26 days ago
Raw
Download with hf CLI
Copy download link
History
Blame
Contribute
Delete
189 Bytes
#!/usr/bin/env bash
set
-euo pipefail
source
scripts/_env.sh
rm
-f data/dukaan.db
uv run python smoke_tests/smoke_test.py
uv run python -m unittest discover -s smoke_tests -p
'test_*.py'