Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
BSJ2004
/
IMG
like
0
Configuration error
App
Files
Files
Community
main
IMG
/
development.md
BSJ2004
Upload 433 files
dc3939a
verified
4 months ago
preview
code
|
raw
Copy download link
history
blame
contribute
delete
Safe
178 Bytes
## Running unit tests
Native python:
```
python -m unittest tests/
```
Embedded python (Windows zip file installation method):
```
..\python_embeded\python.exe -m unittest
```