Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
NahFam13
/
webbyuu
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
dd0518d
webbyuu
/
gpt-engineer
/
tox.ini
NahFam13
z1
d26280a
verified
over 1 year ago
raw
Copy download link
history
blame
Safe
152 Bytes
[tox]
envlist
= py310, py311,
isolated_build
=
True
[testenv]
deps
=
poetry
commands
=
poetry install
poetry run pytest
--cov
=gpt_engineer