[just] add testing recipe
This commit is contained in:
parent
f1a24af335
commit
04cb10d13c
1 changed files with 3 additions and 0 deletions
3
justfile
3
justfile
|
@ -14,3 +14,6 @@ lint-django:
|
|||
|
||||
serve:
|
||||
python -m django runserver
|
||||
|
||||
test *ARGS:
|
||||
python -m pytest {{ARGS}}
|
||||
|
|
Loading…
Add table
Reference in a new issue