Dev server automaticaly restarts and functional tests are green
This commit is contained in:
parent
fd3f14a7b8
commit
4462b7c6fb
2
Makefile
2
Makefile
|
@ -9,7 +9,7 @@ install_dev:
|
|||
make requirements
|
||||
|
||||
run_dev:
|
||||
pipenv run python dev.py
|
||||
git ls-files | entr -r pipenv run python dev.py
|
||||
|
||||
tdd:
|
||||
# nomerge git ls-files | entr pipenv run pytest --lf --nf
|
||||
|
|
2
Pipfile
2
Pipfile
|
@ -4,6 +4,8 @@ verify_ssl = true
|
|||
name = "pypi"
|
||||
|
||||
[packages]
|
||||
fastapi = "*"
|
||||
uvicorn = "*"
|
||||
|
||||
[dev-packages]
|
||||
pytest = "*"
|
||||
|
|
Loading…
Reference in New Issue