Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
IliaLarchenko
/
albumentations-demo
like
6
Running
App
Files
Files
Community
13270de
albumentations-demo
/
tests
/
test_app.py
IliaLarchenko
added pytest
0821ef0
almost 5 years ago
raw
Copy download link
history
blame
84 Bytes
# test
def
func
(
x
):
return
x +
1
def
test_answer
():
assert
func(
3
) ==
4