Add short useful alias for refactoring
This commit is contained in:
parent
6c60ffcfd2
commit
f88b8410bf
6
Makefile
6
Makefile
|
@ -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'"
|
||||
|
||||
|
|
Loading…
Reference in New Issue