Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
promptAId
/
Promptaid-VIsion
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
fae1c15
Promptaid-VIsion
/
e2e
/
test_simple.py
SCGR
e2e
207c07d
2 months ago
raw
Copy download link
history
blame
173 Bytes
import
pytest
def
test_simple
():
"""Simple test to verify pytest is working"""
assert
True
def
test_another
():
"""Another simple test"""
assert
1
+
1
==
2