Add short useful alias for refactoring

This commit is contained in:
Colin Goutte 2023-08-26 23:20:18 +02:00
parent 6c60ffcfd2
commit f88b8410bf
1 changed files with 5 additions and 1 deletions

View File

@ -14,9 +14,13 @@ run_dev:
git ls-files | entr -r pipenv run python dev.py
tdd:
git ls-files | entr make test opt=$(opt)
git ls-files | entr make test opt='$(opt)'
git ls-files | entr make functionnal_tests
refactor_tdd:
make tdd opt="--pdb --ff --lf --ff -x"
watch_db:
watch "sqlite3 sql_app.db 'select * from movies'"