Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Nishauri
/
NuruCI
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
NuruCI
/
Makefile
JDFPalladium
adding tests locally
406d659
10 months ago
raw
Copy download link
history
blame
contribute
delete
161 Bytes
install:
pip install --upgrade pip &&\
pip install -r requirements.txt
lint:
pylint --disable=R,C app.py
test:
PYTHONPATH=. pytest -vv tests/test_app.py